Searched refs:tuple_element_t (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | ranges | 212 typename tuple_element_t<0, remove_const_t<_Tp>>; 213 typename tuple_element_t<1, remove_const_t<_Tp>>; 214 { get<0>(__t) } -> convertible_to<const tuple_element_t<0, _Tp>&>; 215 { get<1>(__t) } -> convertible_to<const tuple_element_t<1, _Tp>&>; 222 && __convertible_to_non_slicing<_Up, tuple_element_t<0, _Tp>> 223 && convertible_to<_Vp, tuple_element_t<1, _Tp>>; 3446 typename tuple_element_t<_Nm, _Tp>; 3448 -> convertible_to<const tuple_element_t<_Nm, _Tp>&>; 3453 = is_reference_v<_Tp> || move_constructible<tuple_element_t<_Nm, _Tp>>; 3559 using _Et = remove_cv_t<tuple_element_t<_Nm, range_reference_t<_Base>>>; [all …]
|
| H A D | utility | 116 // Duplicate of C++14's tuple_element_t for internal use in C++11 mode 145 using tuple_element_t = typename tuple_element<__i, _Tp>::type;
|
| H A D | functional | 268 // Like tuple_element_t but SFINAE-friendly.
|
| H A D | tuple | 615 // or is the same type as tuple_element_t<0, TUPLE>.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | ranges | 212 typename tuple_element_t<0, remove_const_t<_Tp>>; 213 typename tuple_element_t<1, remove_const_t<_Tp>>; 214 { get<0>(__t) } -> convertible_to<const tuple_element_t<0, _Tp>&>; 215 { get<1>(__t) } -> convertible_to<const tuple_element_t<1, _Tp>&>; 222 && __convertible_to_non_slicing<_Up, tuple_element_t<0, _Tp>> 223 && convertible_to<_Vp, tuple_element_t<1, _Tp>>; 3446 typename tuple_element_t<_Nm, _Tp>; 3448 -> convertible_to<const tuple_element_t<_Nm, _Tp>&>; 3453 = is_reference_v<_Tp> || move_constructible<tuple_element_t<_Nm, _Tp>>; 3559 using _Et = remove_cv_t<tuple_element_t<_Nm, range_reference_t<_Base>>>; [all …]
|
| H A D | utility | 116 // Duplicate of C++14's tuple_element_t for internal use in C++11 mode 145 using tuple_element_t = typename tuple_element<__i, _Tp>::type;
|
| H A D | functional | 268 // Like tuple_element_t but SFINAE-friendly.
|
| H A D | tuple | 615 // or is the same type as tuple_element_t<0, TUPLE>.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/ |
| H A D | tuple.hpp | 579 using tuple_element_t = typename tuple_element< I, T >::type; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __tuple | 468 using tuple_element_t = typename tuple_element <_Ip, _Tp...>::type;
|
| H A D | tuple | 94 using tuple_element_t = typename tuple_element <I, T>::type; // C++14
|
| H A D | variant | 306 std::tuple_element_t<
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __tuple | 468 using tuple_element_t = typename tuple_element <_Ip, _Tp...>::type;
|
| H A D | tuple | 94 using tuple_element_t = typename tuple_element <I, T>::type; // C++14
|
| H A D | variant | 306 std::tuple_element_t<
|