BloombergLP::bsls::AtomicUint::AtomicUint

Constructors

Synopses

Declared in <bsls_atomic.h>

Create an atomic unsigned integer object having the default value 0.

AtomicUint();
» more...

Create an atomic unsigned integer object having the specified value.

AtomicUint(unsigned int value);
» more...