Atomically increment the value of this object by 1 and return the resulting value.
Synopsis
Declared in <bsls_atomic.h>
int
operator++();
Return Value
value of this object after the operation
Created with MrDocs
Atomically increment the value of this object by 1 and return the resulting value.
Declared in <bsls_atomic.h>
int
operator++();
value of this object after the operation
Created with MrDocs