[#BSLS_BSLONCE_INITIALIZER] = BSLS_BSLONCE_INITIALIZER :mrdocs: Use this macro to initialize an object of type `bsls::Once`. E.g.: ` bsls::Once once = BSLS_BSLONCE_INITIALIZER; ` Note that we use an unlikely arbitrary value to permit effectively asserting a `BslOnce` for correct initialization. == Synopsis Declared in `<bsls_bslonce.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BSLS_BSLONCE_INITIALIZER ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#