Atomically retrieve the value of the specified atomicInt, providing the acquire memory ordering guarantee.
Synopsis
Declared in <bsls_atomicoperations_default.h>
static
Types::Int64
getInt64Acquire(AtomicTypes::Int64 const* atomicInt);
Return Value
current value of atomicInt
Parameters
Name |
Description |
atomicInt |
atomic 64‐bit integer to load |
Created with MrDocs