Atomically load *atomicInt with relaxed ordering.
Declared in <bsls_atomicoperations.h>
static
int
getIntRelaxed(AtomicTypes::Int const* atomicInt);
Atomically retrieve the value of the specified atomicInt, without providing any memory ordering guarantees.
current value of *atomicInt
| Name | Description |
|---|---|
| atomicInt | atomic integer to load |