[#BloombergLP-bsls-AtomicOperations-setUint64Relaxed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations.adoc[AtomicOperations]::setUint64Relaxed :relfileprefix: ../../../ :mrdocs: Atomically set the value of the specified `atomicUint` to the specified `value`, without providing any memory ordering guarantees. == Synopsis Declared in `<bsls_atomicoperations.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void setUint64Relaxed( xref:BloombergLP/bsls/Atomic_TypeTraits-0b/Uint64.adoc[AtomicTypes::Uint64]* atomicUint, xref:BloombergLP/bsls/Types/Uint64.adoc[Types::Uint64] value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *atomicUint* | atomic unsigned 64‐bit integer to modify | *value* | value to store |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#