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