[#BloombergLP-bsls-AtomicOperations-addUint64NvRelaxed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations.adoc[AtomicOperations]::addUint64NvRelaxed :relfileprefix: ../../../ :mrdocs: Atomically add to the specified `atomicUint` the specified `value` and return the resulting value, 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] addUint64NvRelaxed( xref:BloombergLP/bsls/Atomic_TypeTraits-0b/Uint64.adoc[AtomicTypes::Uint64]* atomicUint, xref:BloombergLP/bsls/Types/Uint64.adoc[Types::Uint64] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#