Atomically retrieve the value of the specified atomicInt, providing the acquire memory ordering guarantee.
Declared in <bsls_atomicoperations_all_all_clangintrinsics.h>
static
int
getIntAcquire(AtomicTypes::Int const* atomicInt);
current value of *atomicInt
| Name | Description |
|---|---|
| atomicInt | atomic integer to load |