Atomically retrieve the value of the specified atomicUint, providing the acquire memory ordering guarantee.
Synopsis
Declared in <bsls_atomicoperations_default.h>
static
unsigned int
getUintAcquire(AtomicTypes::Uint const* atomicUint);
Return Value
current value of atomicUint
Parameters
Name |
Description |
atomicUint |
atomic unsigned integer to load |
Created with MrDocs