BloombergLP::bsls::AtomicUint::operator++

Increment operators

Synopses

Declared in <bsls_atomic.h>

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

unsigned int
operator++();
» more...

Atomically increment the value of this object by 1 and return the value prior to being incremented.

unsigned int
operator++(int);
» more...