[#BloombergLP-bsls-AtomicOperations_DefaultInt-08-decrementIntNvAcqRel] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/AtomicOperations_DefaultInt-08.adoc[AtomicOperations_DefaultInt]::decrementIntNvAcqRel :relfileprefix: ../../../ :mrdocs: Atomically decrement the specified `atomicInt` by 1 and return the resulting value, providing the acquire/release memory ordering guarantee. == Synopsis Declared in `<bsls_atomicoperations_default.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int decrementIntNvAcqRel(AtomicTypes::Int* atomicInt); ---- == Return Value value of `atomicInt` after the decrement == Parameters [cols="1,4"] |=== | Name| Description | *atomicInt* | atomic integer to modify |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#