[#BloombergLP-bsls-AtomicUint-subtract] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicUint.adoc[AtomicUint]::subtract :relfileprefix: ../../../ :mrdocs: Atomically subtract the specified `value` from this object and return the resulting value. == Synopsis Declared in `<bsls_atomic.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int subtract(unsigned int value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#