BloombergLP::bsls::AtomicBool::AtomicBool

Constructors

Synopses

Declared in <bsls_atomic.h>

Create an atomic boolean object having the default value false.

AtomicBool();
» more...

Create an atomic boolean object having the specified value.

AtomicBool(bool value);
» more...