Constructors
Declared in <bsls_atomic.h>
<bsls_atomic.h>
Create an atomic pointer object having the default value NULL.
AtomicPointer();
Create an atomic pointer object having the specified value.
value
AtomicPointer(TYPE* value);