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