BloombergLP::bsls::AtomicInt::operator--

Atomically decrement the value of this object by 1 and return the value prior to being decremented.

Synopsis

Declared in <bsls_atomic.h>

int
operator--(int postfix);

Return Value

value of this object prior to the operation

Parameters

NameDescription
postfixunused parameter distinguishing the postfix operator