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);
Return Value
current value of atomicPtr
Parameters
Name |
Description |
atomicPtr |
atomic pointer whose value is read |
Created with MrDocs