Constructors

Synopses

Declared in <bsls_atomic.h>

Create an atomic boolean object having the default value false.

Create an atomic boolean object having the specified value.

AtomicBool(bool value);

Created with MrDocs