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