[#BloombergLP-bsls-AtomicOperations-getIntRelaxed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations.adoc[AtomicOperations]::getIntRelaxed :relfileprefix: ../../../ :mrdocs: Atomically load `*atomicInt` with relaxed ordering. == Synopsis Declared in `<bsls_atomicoperations.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getIntRelaxed(xref:BloombergLP/bsls/Atomic_TypeTraits-0b/Int.adoc[AtomicTypes::Int] const* atomicInt); ---- == Description Atomically retrieve the value of the specified `atomicInt`, without providing any memory ordering guarantees. == Return Value current value of `*atomicInt` == Parameters [cols="1,4"] |=== | Name| Description | *atomicInt* | atomic integer to load |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#