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