Constructors
Synopses
Declared in <bsls_atomic.h>
Create an atomic boolean object having the default value false.
AtomicBool();
Create an atomic boolean object having the specified value.
AtomicBool(bool value);
Created with MrDocs