Atomically retrieve the value of the specified atomicPtr, providing the acquire memory ordering guarantee.
Synopsis
Declared in <bsls_atomicoperations.h>
static
void*
getPtrAcquire(AtomicTypes::Pointer const* atomicPtr);
Created with MrDocs