Return the current value of the specified atomicInt.
Synopsis
Declared in <bsls_atomicoperations_all_all_clangintrinsics.h>
static
int
getInt(AtomicTypes::Int const* atomicInt);
Return Value
current value of *atomicInt
Parameters
Name |
Description |
atomicInt |
atomic integer to load |
Created with MrDocs