macro
<atomic>

ATOMIC_FLAG_INIT

ATOMIC_FLAG_INIT
Initialization of atomic flag
This macro is defined in such a way that it can be used to initialize an object of type atomic_flag to the clear state.

For a static-duration object, this initialization is static.

Exception safety

No-throw guarantee: never throws exceptions.

See also