Increment operators
Declared in <bsls_atomic.h>
Atomically increment the value of this object by 1 and return the resulting value.
Types::Int64
operator++();
» more...
Atomically increment the value of this object by 1 and return the value prior to being incremented.
Types::Int64
operator++(int);
» more...