BloombergLP::bsls::AtomicInt64::AtomicInt64

Constructors

Synopses

Declared in <bsls_atomic.h>

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

AtomicInt64();
» more...

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

AtomicInt64(Types::Int64 value);
» more...