32
Concurrency support library
[thread]
32.5
Atomic operations
[atomics]
32.5.1
General
[atomics.general]
1
#
Let
COPYCV
(
FROM, TO
)
be an alias for type
TO
with the addition of
FROM
's top-level cv-qualifiers
.
2
#
Subclause
[atomics]
describes components for fine-grained atomic access
.
This access is provided via operations on atomic objects
.