[#BloombergLP-bsls-AtomicOperations_DefaultUint64-00-subtractUint64NvRelaxed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_DefaultUint64-00.adoc[AtomicOperations_DefaultUint64]::subtractUint64NvRelaxed :relfileprefix: ../../../ :mrdocs: Atomically subtract from the specified `atomicUint` the specified `value` and return the resulting value, 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] subtractUint64NvRelaxed( AtomicTypes::Uint64* atomicUint, xref:BloombergLP/bsls/Types/Uint64.adoc[Types::Uint64] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#