|
BDE 4.14.0 Production release
|
Go to the source code of this file.
Classes | |
| struct | bsls::BslOnce |
| class | bsls::BslOnceGuard |
Macros | |
| #define | BSLS_BSLONCE_ASSERT_SAFE(x) |
| #define | BSLS_BSLONCE_INITIALIZER { { 0xdead } } |
The content of this file has been pre-processed for Doxygen.
| #define BSLS_BSLONCE_INITIALIZER { { 0xdead } } |
Use this macro to initialize an object of type bsls::Once. E.g.:
Note that we use an unlikely arbitrary value to permit effectively asserting a BslOnce for correct initialization.