Namespaces
Variants
Views
Actions

ATOMIC_FLAG_INIT

From cppreference.com
< cpp‎ | atomic
Revision as of 06:08, 20 September 2011 by Cubbi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:cpp/types/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <atomic>
</td>

<td></td> <td></td> </tr> <tr class="t-dcl ">

<td class="t-dcl-nopad">
#define ATOMIC_FLAG_INIT /*implementation-defined*/
</td>

<td class="t-dcl-nopad"> </td> <td class="t-dcl-nopad"> </td> </tr> Template:ddcl list end

Defines the expression which can be used to initialize Template:cpp to clear state. If the flag has static storage duration, this initialization is static.

Example

Template:example cpp

See also

Template:cpp/atomic/dcl list atomic flag