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