Constructors
Synopses
Declared in <bsls_atomic.h>
Create an atomic unsigned integer object having the default value 0.
AtomicUint();
Create an atomic unsigned integer object having the specified value.
AtomicUint(unsigned int value);
Parameters
Name |
Description |
value |
initial value for this object |
Created with MrDocs