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