Create an atomic boolean object having the specified value.
Synopsis
Declared in <bsls_atomic.h>
AtomicBool(bool value);
Parameters
Name |
Description |
value |
initial value for this object |
Created with MrDocs
Create an atomic boolean object having the specified value.
Declared in <bsls_atomic.h>
AtomicBool(bool value);
Name |
Description |
value |
initial value for this object |
Created with MrDocs