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);

Parameters

Name

Description

value

initial pointer value for this object

Created with MrDocs