BloombergLP::bsls::AtomicOperations::getInt64

Atomically retrieve the value of the specified atomicInt, providing the sequential consistency memory ordering guarantee.

Synopsis

Declared in <bsls_atomicoperations.h>

static
Types::Int64
getInt64(AtomicTypes::Int64 const* atomicInt);

Return Value

current value of atomicInt

Parameters

NameDescription
atomicIntatomic 64-bit integer to load