#include "blocxx/BLOCXX_config.h"
#include "blocxx/ThreadOnce.hpp"
#include "blocxx/GlobalPtr.hpp"
Go to the source code of this file.
|
| #define | BLOCXX_LAZY_GLOBAL_INIT(...) { __VA_ARGS__, 0, BLOCXX_ONCE_INIT } |
| | Statically initialize a LazyGlobal instance.
|
| |
◆ BLOCXX_LAZY_GLOBAL_INIT
| #define BLOCXX_LAZY_GLOBAL_INIT |
( |
| ... | ) |
{ __VA_ARGS__, 0, BLOCXX_ONCE_INIT } |
Statically initialize a LazyGlobal instance.
- Parameters
-
| Static | POD data convertible to type T. Take care that this is not a function or constructor. |
Definition at line 188 of file LazyGlobal.hpp.