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);
Parameters
Name |
Description |
value |
initial value for this object |
Created with MrDocs