Constructors

Synopses

Declared in <bsls_atomic.h>

Create an atomic pointer object having the default value NULL.

Create an atomic pointer object having the specified value.

AtomicPointer(TYPE* value);

Created with MrDocs