libstdc++
|
Typedefs | |
template<bool _Cond, typename _If , typename _Else > | |
using | std::__conditional_t = typename __conditional< _Cond >::template type< _If, _Else > |
template<bool _Cond, typename _Tp = void> | |
using | std::__enable_if_t = typename enable_if< _Cond, _Tp >::type |
template<typename _ToElementType , typename _FromElementType > | |
using | std::__is_array_convertible = is_convertible< _FromElementType(*)[], _ToElementType(*)[]> |
template<typename _Tp > | |
using | std::add_lvalue_reference_t = typename add_lvalue_reference< _Tp >::type |
template<typename _Tp > | |
using | std::add_pointer_t = typename add_pointer< _Tp >::type |
template<typename _Tp > | |
using | std::add_rvalue_reference_t = typename add_rvalue_reference< _Tp >::type |
template<size_t _Len, size_t _Align = __aligned_storage_default_alignment(_Len)> | |
using | std::aligned_storage_t = typename aligned_storage< _Len, _Align >::type |
template<size_t _Len, typename... _Types> | |
using | std::aligned_union_t = typename aligned_union< _Len, _Types... >::type |
template<typename... _Tp> | |
using | std::common_type_t = typename common_type< _Tp... >::type |
template<bool _Cond, typename _Iftrue , typename _Iffalse > | |
using | std::conditional_t = typename conditional< _Cond, _Iftrue, _Iffalse >::type |
template<typename _Tp > | |
using | std::decay_t = typename decay< _Tp >::type |
template<bool _Cond, typename _Tp = void> | |
using | std::enable_if_t = typename enable_if< _Cond, _Tp >::type |
using | std::false_type = __bool_constant< false > |
template<typename _Tp > | |
using | std::make_signed_t = typename make_signed< _Tp >::type |
template<typename _Tp > | |
using | std::make_unsigned_t = typename make_unsigned< _Tp >::type |
template<typename _Tp > | |
using | std::remove_all_extents_t = typename remove_all_extents< _Tp >::type |
template<typename _Tp > | |
using | std::remove_extent_t = typename remove_extent< _Tp >::type |
template<typename _Tp > | |
using | std::remove_pointer_t = typename remove_pointer< _Tp >::type |
template<typename _Tp > | |
using | std::remove_reference_t = typename remove_reference< _Tp >::type |
template<typename _Tp > | |
using | std::result_of_t = typename result_of< _Tp >::type |
using | std::true_type = __bool_constant< true > |
using | std::integral_constant< _Tp, __v >::type = integral_constant< _Tp, __v > |
using | std::enable_if< true, _Tp >::type = _Tp |
template<typename _Tp , typename > | |
using | std::__conditional< bool >::type = _Tp |
template<typename , typename _Up > | |
using | std::__conditional< false >::type = _Up |
using | std::__is_implicitly_default_constructible_impl< _Tp >::type = decltype(__test(declval< _Tp >())) |
using | std::__is_convertible_helper< _From, _To, bool >::type = typename is_void< _To >::type |
using | std::__is_convertible_helper< _From, _To, false >::type = decltype(__test< _From, _To >(0)) |
using | std::remove_const< _Tp >::type = _Tp |
using | std::remove_const< _Tp const >::type = _Tp |
using | std::remove_volatile< _Tp >::type = _Tp |
using | std::remove_volatile< _Tp volatile >::type = _Tp |
using | std::remove_cv< _Tp >::type = _Tp |
using | std::remove_cv< const _Tp >::type = _Tp |
using | std::remove_cv< volatile _Tp >::type = _Tp |
using | std::remove_cv< const volatile _Tp >::type = _Tp |
using | std::add_const< _Tp >::type = _Tp const |
using | std::add_volatile< _Tp >::type = _Tp volatile |
using | std::add_cv< _Tp >::type = _Tp const volatile |
using | std::remove_reference< _Tp >::type = _Tp |
using | std::remove_reference< _Tp & >::type = _Tp |
using | std::remove_reference< _Tp && >::type = _Tp |
using | std::add_lvalue_reference< _Tp >::type = __add_lval_ref_t< _Tp > |
using | std::add_rvalue_reference< _Tp >::type = __add_rval_ref_t< _Tp > |
using | std::make_unsigned< _Tp >::type = typename __make_unsigned_selector< _Tp >::__type |
using | std::make_signed< _Tp >::type = typename __make_signed_selector< _Tp >::__type |
using | std::remove_extent< _Tp >::type = _Tp |
using | std::remove_extent< _Tp[_Size]>::type = _Tp |
using | std::remove_extent< _Tp[]>::type = _Tp |
using | std::remove_all_extents< _Tp >::type = _Tp |
using | std::remove_all_extents< _Tp[_Size]>::type = typename remove_all_extents< _Tp >::type |
using | std::remove_all_extents< _Tp[]>::type = typename remove_all_extents< _Tp >::type |
using | std::__remove_pointer_helper< _Tp, typename >::type = _Tp |
using | std::__remove_pointer_helper< _Tp, _Up * >::type = _Up |
using | std::__add_pointer_helper< _Tp, typename >::type = _Tp |
using | std::__add_pointer_helper< _Tp, __void_t< _Tp * > >::type = _Tp * |
using | std::add_pointer< _Tp & >::type = _Tp * |
using | std::add_pointer< _Tp && >::type = _Tp * |
using | std::aligned_union< _Len, _Types >::type = typename aligned_storage< _S_len, alignment_value >::type |
using | std::decay< _Tp >::type = typename __decay_selector< _Tp >::type |
using | std::decay< _Tp & >::type = typename __decay_selector< _Tp >::type |
using | std::decay< _Tp && >::type = typename __decay_selector< _Tp >::type |
using | std::conditional< _Cond, _Iftrue, _Iffalse >::type = _Iftrue |
using | std::conditional< false, _Iftrue, _Iffalse >::type = _Iffalse |
using | std::common_reference< _Tp0 >::type = _Tp0 |
template<typename _Tp > | |
using | std::underlying_type_t = typename underlying_type< _Tp >::type |
using | std::integral_constant< _Tp, __v >::value_type = _Tp |
Functions | |
template<typename _Tp > | |
static void | std::__do_is_implicitly_default_constructible_impl::__helper (const _Tp &) |
static false_type | std::__do_is_implicitly_default_constructible_impl::__test (...) |
template<typename _Tp > | |
static true_type | std::__do_is_implicitly_default_constructible_impl::__test (const _Tp &, decltype(__helper< const _Tp & >({})) *=0) |
constexpr | std::integral_constant< _Tp, __v >::operator value_type () const noexcept |
template<typename _Tp > | |
constexpr _Require< __not_< __is_tuple_like< _Tp > >, is_move_constructible< _Tp >, is_move_assignable< _Tp > > | std::swap (_Tp &, _Tp &) noexcept(__and_< is_nothrow_move_constructible< _Tp >, is_nothrow_move_assignable< _Tp > >::value) |
template<typename _Tp , size_t _Nm> | |
constexpr __enable_if_t< __is_swappable< _Tp >::value > | std::swap (_Tp(&__a)[_Nm], _Tp(&__b)[_Nm]) noexcept(__is_nothrow_swappable< _Tp >::value) |
Variables | |
unsigned char | std::aligned_storage< _Len, _Align >::type::__data [_Len] |
template<typename _Tp , typename... _Args> | |
constexpr bool | std::__is_nothrow_new_constructible |
static const size_t | std::__strictest_alignment< _Types >::_S_alignment |
static const size_t | std::__strictest_alignment< _Tp, _Types... >::_S_alignment |
static const size_t | std::__strictest_alignment< _Types >::_S_size |
static const size_t | std::__strictest_alignment< _Tp, _Types... >::_S_size |
static const size_t | std::aligned_union< _Len, _Types >::alignment_value |
static constexpr _Tp | std::integral_constant< _Tp, __v >::value |
template<typename... _Tp> | |
using | std::common_reference_t = typename common_reference< _Tp... >::type |
template<typename _Tp , typename _Up > | |
constexpr bool | std::is_layout_compatible_v |
template<typename _Base , typename _Derived > | |
constexpr bool | std::is_pointer_interconvertible_base_of_v |
template<typename _S1 , typename _S2 , typename _M1 , typename _M2 > | |
constexpr bool | std::is_corresponding_member (_M1 _S1::*__m1, _M2 _S2::*__m2) noexcept |
template<typename _Tp , typename _Mem > | |
constexpr bool | std::is_pointer_interconvertible_with_class (_Mem _Tp::*__mp) noexcept |
Template utilities for compile-time introspection and modification, including type classification traits, type property inspection traits and type transformation traits.
using std::__conditional_t = typedef typename __conditional<_Cond>::template type<_If, _Else> |
Definition at line 161 of file type_traits.
using std::__enable_if_t = typedef typename enable_if<_Cond, _Tp>::type |
Definition at line 143 of file type_traits.
using std::__is_array_convertible = typedef is_convertible<_FromElementType(*)[], _ToElementType(*)[]> |
Definition at line 1607 of file type_traits.
using std::add_lvalue_reference_t = typedef typename add_lvalue_reference<_Tp>::type |
Alias template for add_lvalue_reference.
Definition at line 1803 of file type_traits.
using std::add_pointer_t = typedef typename add_pointer<_Tp>::type |
Alias template for add_pointer.
Definition at line 2252 of file type_traits.
using std::add_rvalue_reference_t = typedef typename add_rvalue_reference<_Tp>::type |
Alias template for add_rvalue_reference.
Definition at line 1807 of file type_traits.
using std::aligned_storage_t = typedef typename aligned_storage<_Len, _Align>::type |
Alias template for aligned_storage.
Definition at line 2824 of file type_traits.
using std::aligned_union_t = typedef typename aligned_union<_Len, _Types...>::type |
Definition at line 2827 of file type_traits.
using std::common_reference_t = typedef typename common_reference<_Tp...>::type |
Definition at line 4101 of file type_traits.
using std::common_type_t = typedef typename common_type<_Tp...>::type |
Alias template for common_type.
Definition at line 2844 of file type_traits.
using std::conditional_t = typedef typename conditional<_Cond, _Iftrue, _Iffalse>::type |
Alias template for conditional.
Definition at line 2840 of file type_traits.
using std::decay_t = typedef typename decay<_Tp>::type |
Alias template for decay.
Definition at line 2832 of file type_traits.
using std::enable_if_t = typedef typename enable_if<_Cond, _Tp>::type |
Alias template for enable_if.
Definition at line 2836 of file type_traits.
using std::false_type = typedef __bool_constant<false> |
The type used as a compile-time boolean with false value.
Definition at line 119 of file type_traits.
using std::make_signed_t = typedef typename make_signed<_Tp>::type |
Alias template for make_signed.
Definition at line 2138 of file type_traits.
using std::make_unsigned_t = typedef typename make_unsigned<_Tp>::type |
Alias template for make_unsigned.
Definition at line 2142 of file type_traits.
using std::remove_all_extents_t = typedef typename remove_all_extents<_Tp>::type |
Alias template for remove_all_extents.
Definition at line 2192 of file type_traits.
using std::remove_extent_t = typedef typename remove_extent<_Tp>::type |
Alias template for remove_extent.
Definition at line 2188 of file type_traits.
using std::remove_pointer_t = typedef typename remove_pointer<_Tp>::type |
Alias template for remove_pointer.
Definition at line 2248 of file type_traits.
using std::remove_reference_t = typedef typename remove_reference<_Tp>::type |
Alias template for remove_reference.
Definition at line 1799 of file type_traits.
using std::result_of_t = typedef typename result_of<_Tp>::type |
Alias template for result_of.
Definition at line 2852 of file type_traits.
using std::true_type = typedef __bool_constant<true> |
The type used as a compile-time boolean with true value.
Definition at line 116 of file type_traits.
using std::integral_constant< _Tp, __v >::type = integral_constant<_Tp, __v> |
Definition at line 96 of file type_traits.
using std::enable_if< true, _Tp >::type = _Tp |
Definition at line 139 of file type_traits.
using std::__conditional< bool >::type = _Tp |
Definition at line 149 of file type_traits.
using std::__conditional< false >::type = _Up |
Definition at line 156 of file type_traits.
using std::__is_implicitly_default_constructible_impl< _Tp >::type = decltype(__test(declval<_Tp>())) |
Definition at line 1386 of file type_traits.
using std::__is_convertible_helper< _From, _To, bool >::type = typename is_void<_To>::type |
Definition at line 1573 of file type_traits.
using std::__is_convertible_helper< _From, _To, false >::type = decltype(__test<_From, _To>(0)) |
Definition at line 1594 of file type_traits.
using std::remove_const< _Tp >::type = _Tp |
Definition at line 1686 of file type_traits.
using std::remove_const< _Tp const >::type = _Tp |
Definition at line 1690 of file type_traits.
using std::remove_volatile< _Tp >::type = _Tp |
Definition at line 1695 of file type_traits.
using std::remove_volatile< _Tp volatile >::type = _Tp |
Definition at line 1699 of file type_traits.
using std::remove_cv< _Tp >::type = _Tp |
Definition at line 1709 of file type_traits.
using std::remove_cv< const _Tp >::type = _Tp |
Definition at line 1713 of file type_traits.
using std::remove_cv< volatile _Tp >::type = _Tp |
Definition at line 1717 of file type_traits.
using std::remove_cv< const volatile _Tp >::type = _Tp |
Definition at line 1721 of file type_traits.
using std::add_const< _Tp >::type = _Tp const |
Definition at line 1727 of file type_traits.
using std::add_volatile< _Tp >::type = _Tp volatile |
Definition at line 1732 of file type_traits.
using std::add_cv< _Tp >::type = _Tp const volatile |
Definition at line 1737 of file type_traits.
using std::remove_reference< _Tp >::type = _Tp |
Definition at line 1775 of file type_traits.
using std::remove_reference< _Tp & >::type = _Tp |
Definition at line 1779 of file type_traits.
using std::remove_reference< _Tp && >::type = _Tp |
Definition at line 1783 of file type_traits.
using std::add_lvalue_reference< _Tp >::type = __add_lval_ref_t<_Tp> |
Definition at line 1789 of file type_traits.
using std::add_rvalue_reference< _Tp >::type = __add_rval_ref_t<_Tp> |
Definition at line 1794 of file type_traits.
using std::make_unsigned< _Tp >::type = typename __make_unsigned_selector<_Tp>::__type |
Definition at line 1995 of file type_traits.
using std::make_signed< _Tp >::type = typename __make_signed_selector<_Tp>::__type |
Definition at line 2127 of file type_traits.
using std::remove_extent< _Tp >::type = _Tp |
Definition at line 2155 of file type_traits.
using std::remove_extent< _Tp[_Size]>::type = _Tp |
Definition at line 2159 of file type_traits.
using std::remove_extent< _Tp[]>::type = _Tp |
Definition at line 2163 of file type_traits.
using std::remove_all_extents< _Tp >::type = _Tp |
Definition at line 2174 of file type_traits.
using std::remove_all_extents< _Tp[_Size]>::type = typename remove_all_extents<_Tp>::type |
Definition at line 2178 of file type_traits.
using std::remove_all_extents< _Tp[]>::type = typename remove_all_extents<_Tp>::type |
Definition at line 2182 of file type_traits.
using std::__remove_pointer_helper< _Tp, typename >::type = _Tp |
Definition at line 2205 of file type_traits.
using std::__remove_pointer_helper< _Tp, _Up * >::type = _Up |
Definition at line 2209 of file type_traits.
using std::__add_pointer_helper< _Tp, typename >::type = _Tp |
Definition at line 2225 of file type_traits.
using std::__add_pointer_helper< _Tp, __void_t< _Tp * > >::type = _Tp* |
Definition at line 2229 of file type_traits.
using std::add_pointer< _Tp & >::type = _Tp* |
Definition at line 2238 of file type_traits.
using std::add_pointer< _Tp && >::type = _Tp* |
Definition at line 2242 of file type_traits.
using std::aligned_union< _Len, _Types >::type = typename aligned_storage<_S_len, alignment_value>::type |
The storage.
Definition at line 2374 of file type_traits.
using std::decay< _Tp >::type = typename __decay_selector<_Tp>::type |
Definition at line 2410 of file type_traits.
using std::decay< _Tp & >::type = typename __decay_selector<_Tp>::type |
Definition at line 2414 of file type_traits.
using std::decay< _Tp && >::type = typename __decay_selector<_Tp>::type |
Definition at line 2418 of file type_traits.
using std::conditional< _Cond, _Iftrue, _Iffalse >::type = _Iftrue |
Definition at line 2460 of file type_traits.
using std::conditional< false, _Iftrue, _Iffalse >::type = _Iffalse |
Definition at line 2465 of file type_traits.
using std::common_reference< _Tp0 >::type = _Tp0 |
Definition at line 4111 of file type_traits.
using std::underlying_type_t = typedef typename underlying_type<_Tp>::type |
Alias template for underlying_type.
Definition at line 2848 of file type_traits.
using std::integral_constant< _Tp, __v >::value_type = _Tp |
Definition at line 95 of file type_traits.
|
constexprnoexcept |
Definition at line 3891 of file type_traits.
|
constexprnoexcept |
True if __mp
points to the first member of a standard-layout type.
s.*__mp
is pointer-interconvertible with s
Definition at line 3921 of file type_traits.
|
inlineconstexprnoexcept |
Definition at line 97 of file type_traits.
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
unsigned char std::aligned_storage< _Len, _Align >::type::__data[_Len] |
Definition at line 2322 of file type_traits.
|
inlineconstexpr |
Definition at line 1676 of file type_traits.
|
static |
Definition at line 2329 of file type_traits.
|
static |
Definition at line 2336 of file type_traits.
|
static |
Definition at line 2330 of file type_traits.
|
static |
Definition at line 2339 of file type_traits.
|
static |
The value of the strictest alignment of _Types.
Definition at line 2372 of file type_traits.
|
constexpr |
Definition at line 3880 of file type_traits.
|
constexpr |
Definition at line 3908 of file type_traits.
|
staticconstexpr |
Definition at line 94 of file type_traits.