Atomically retrieve the value of the specified atomicUint, providing the sequential consistency memory ordering guarantee.
Declared in <bsls_atomicoperations_default.h>
static
unsigned int
getUint(AtomicTypes::Uint const* atomicUint);
current value of atomicUint
| Name | Description |
|---|---|
| atomicUint | atomic unsigned integer to load |