[#BloombergLP-bsls-AtomicOperations_DefaultInt-08-getIntAcquire] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_DefaultInt-08.adoc[AtomicOperations_DefaultInt]::getIntAcquire :relfileprefix: ../../../ :mrdocs: Atomically retrieve the value of the specified `atomicInt`, providing the acquire memory ordering guarantee. == Synopsis Declared in `<bsls_atomicoperations_default.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getIntAcquire(AtomicTypes::Int const* atomicInt); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#