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

Decrement operators

Synopses

Declared in <bsls_atomic.h>

Atomically decrement the value of this object by 1 and return the resulting value.

int
operator--();
» more...

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

int
operator--(int);
» more...