Constructors

Synopses

Declared in <bsls_atomic.h>

Create an atomic integer object having the default value 0.

Create an atomic integer object having the specified value.

AtomicInt(int value);

Parameters

Name

Description

value

initial value for this object

Created with MrDocs