32 Concurrency support library [thread]

32.5 Atomic operations [atomics]

32.5.1 General [atomics.general]

Let COPYCV(FROM, TO) be an alias for type TO with the addition of FROM's top-level cv-qualifiers.
Subclause [atomics] describes components for fine-grained atomic access.
This access is provided via operations on atomic objects.