BloombergLP::bsls::AtomicUint64::operator++

Increment operators

Synopses

Declared in <bsls_atomic.h>

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

Types::Uint64
operator++();
» more...

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

Types::Uint64
operator++(int postfix);
» more...

Return Value

  • value of this object after the operation
  • value of this object prior to the operation

Parameters

NameDescription
postfixunused parameter distinguishing the postfix operator