[#BloombergLP-bsls-AtomicUint64-store] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicUint64.adoc[AtomicUint64]::store :relfileprefix: ../../../ :mrdocs: Atomically assign the specified `value` to this object, providing the sequential consistency memory ordering guarantee. == Synopsis Declared in `<bsls_atomic.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void store(xref:BloombergLP/bsls/Types/Uint64.adoc[Types::Uint64] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#