[#BloombergLP-bsls-AtomicOperations_ALL_ALL_ClangIntrinsics-getIntRelaxed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_ALL_ALL_ClangIntrinsics.adoc[AtomicOperations_ALL_ALL_ClangIntrinsics]::getIntRelaxed :relfileprefix: ../../../ :mrdocs: Atomically retrieve the value of the specified `atomicInt`, without providing any memory ordering guarantees. == Synopsis Declared in `<bsls_atomicoperations_all_all_clangintrinsics.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getIntRelaxed(xref:BloombergLP/bsls/Atomic_TypeTraits-0b/Int.adoc[AtomicTypes::Int] const* atomicInt); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#