Atomically retrieve the value of the specified atomicPtr, without providing any memory ordering guarantees.

Synopsis

Declared in <bsls_atomicoperations_default.h>

static
void*
getPtrRelaxed(AtomicTypes::Pointer const* atomicPtr);

Created with MrDocs