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