32 Atomic operations library [atomics]

32.1 General [atomics.general]

This Clause describes components for fine-grained atomic access.
This access is provided via operations on atomic objects.
The following subclauses describe atomics requirements and components for types and operations, as summarized below.
Table 132 — Atomics library summary
Subclause
Header(s)
Order and Consistency
Lock-free Property
Atomic Types
<atomic>
Operations on Atomic Types
Flag Type and Operations
Fences