Atomically increment the value of the specified atomicInt by 1, providing the sequential consistency memory ordering guarantee.
Declared in <bsls_atomicoperations.h>
static
void
incrementInt64(AtomicTypes::Int64* atomicInt);
| Name | Description |
|---|---|
| atomicInt | atomic 64-bit integer to modify |