Atomically retrieve the value of the specified atomicUint, providing the sequential consistency memory ordering guarantee.
Synopsis
Declared in <bsls_atomicoperations.h>
static
unsigned int
getUint(AtomicTypes::Uint const* atomicUint);
Created with MrDocs