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