Constructors
Declared in <bsls_atomic.h>
Create an atomic boolean object having the default value false.
AtomicBool();
» more...
Create an atomic boolean object having the specified value.
AtomicBool(bool value);
» more...
| Name | Description |
|---|---|
| value | initial value for this object |