Atomically retrieve the value of the specified atomicPtr, without providing any memory ordering guarantees.
Declared in <bsls_atomicoperations_default.h>
static
void*
getPtrRelaxed(AtomicTypes::Pointer const* atomicPtr);
current value of atomicPtr
| Name | Description |
|---|---|
| atomicPtr | atomic pointer whose value is read |