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