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