[#BloombergLP-bsls-AtomicUint-operator_dec-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicUint.adoc[AtomicUint]::operator‐‐ :relfileprefix: ../../../ :mrdocs: Decrement operators == Synopses Declared in `<bsls_atomic.h>` Atomically decrement the value of this object by 1 and return the resulting value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int xref:BloombergLP/bsls/AtomicUint/operator_dec-0c.adoc[operator‐‐](); ---- [.small]#xref:BloombergLP/bsls/AtomicUint/operator_dec-0c.adoc[_» more..._]# Atomically decrement the value of this object by 1 and return the value prior to being decremented. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned int xref:BloombergLP/bsls/AtomicUint/operator_dec-0f.adoc[operator‐‐](int); ---- [.small]#xref:BloombergLP/bsls/AtomicUint/operator_dec-0f.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#