BloombergLP::bsls::AtomicUint64::AtomicUint64

Constructors

Synopses

Declared in <bsls_atomic.h>

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

AtomicUint64();
» more...

Create an atomic 64-bit unsigned integer object having the specified value.

AtomicUint64(Types::Uint64 value);
» more...