Go to the source code of this file.
This is an internal header file, included by other library headers. You should not attempt to use it directly.
Definition in file atomicfwd_cxx.h.
typedef __atomic_base<char> atomic_char |
atomic_char
Definition at line 66 of file atomicfwd_cxx.h.
typedef __atomic_base<char16_t> atomic_char16_t |
atomic_char16_t
Definition at line 102 of file atomicfwd_cxx.h.
typedef __atomic_base<char32_t> atomic_char32_t |
atomic_char32_t
Definition at line 105 of file atomicfwd_cxx.h.
typedef __atomic_base<int> atomic_int |
atomic_int
Definition at line 81 of file atomicfwd_cxx.h.
typedef __atomic_base<long long> atomic_llong |
atomic_llong
Definition at line 93 of file atomicfwd_cxx.h.
typedef __atomic_base<long> atomic_long |
atomic_long
Definition at line 87 of file atomicfwd_cxx.h.
typedef __atomic_base<signed char> atomic_schar |
atomic_schar
Definition at line 69 of file atomicfwd_cxx.h.
typedef __atomic_base<short> atomic_short |
atomic_short
Definition at line 75 of file atomicfwd_cxx.h.
typedef __atomic_base<unsigned char> atomic_uchar |
atomic_uchar
Definition at line 72 of file atomicfwd_cxx.h.
typedef __atomic_base<unsigned int> atomic_uint |
atomic_uint
Definition at line 84 of file atomicfwd_cxx.h.
typedef __atomic_base<unsigned long long> atomic_ullong |
atomic_ullong
Definition at line 96 of file atomicfwd_cxx.h.
typedef __atomic_base<unsigned long> atomic_ulong |
atomic_ulong
Definition at line 90 of file atomicfwd_cxx.h.
typedef __atomic_base<unsigned short> atomic_ushort |
atomic_ushort
Definition at line 78 of file atomicfwd_cxx.h.
typedef __atomic_base<wchar_t> atomic_wchar_t |
atomic_wchar_t
Definition at line 99 of file atomicfwd_cxx.h.