32
Atomic operations library
[atomics]
32.3
Type aliases
[atomics.alias]
1
#
The type aliases
atomic_int
N
_t
,
atomic_uint
N
_t
,
atomic_intptr_t
, and
atomic_uintptr_t
are defined if and only if
int
N
_t
,
uint
N
_t
,
intptr_t
, and
uintptr_t
are defined, respectively
.