Constructors
Declared in <bsls_atomic.h>
<bsls_atomic.h>
Create an atomic integer object having the default value 0.
AtomicInt();
» more...
Create an atomic integer object having the specified value.
value
AtomicInt(int value);
Created with MrDocs