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