Initialize the specified atomicPtr and set its value to the optionally specified initialValue.

Synopsis

Declared in <bsls_atomicoperations.h>

static
void
initPointer(
    AtomicTypes::Pointer* atomicPtr,
    void* initialValue = 0);

Created with MrDocs