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