HomeSort by: relevance | last modified time | path
    Searched defs:tuple_element (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
utility.h 80 struct tuple_element;
84 using __tuple_element_t = typename tuple_element<__i, _Tp>::type;
87 struct tuple_element<__i, const _Tp> struct
93 struct tuple_element<__i, volatile _Tp> struct
99 struct tuple_element<__i, const volatile _Tp> struct
132 // tuple_size/tuple_element are
135 using tuple_element_t = typename tuple_element<__i, _Tp>::type;
stl_pair.h 62 # include <bits/utility.h> // for std::tuple_element, std::tuple_size
105 constexpr typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&
109 constexpr typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&&
113 constexpr const typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&
117 constexpr const typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&&
1164 struct tuple_element<0, pair<_Tp1, _Tp2>> struct
1169 struct tuple_element<1, pair<_Tp1, _Tp2>> struct
1175 struct tuple_element<__i, tuple<_Types...>>;
1255 constexpr typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&
1260 constexpr typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
utility.h 80 struct tuple_element;
84 using __tuple_element_t = typename tuple_element<__i, _Tp>::type;
87 struct tuple_element<__i, const _Tp> struct
93 struct tuple_element<__i, volatile _Tp> struct
99 struct tuple_element<__i, const volatile _Tp> struct
131 // tuple_size/tuple_element are
135 using tuple_element_t = typename tuple_element<__i, _Tp>::type;
stl_pair.h 62 # include <bits/utility.h> // for std::tuple_element, std::tuple_size
775 struct tuple_element<0, pair<_Tp1, _Tp2>> struct
780 struct tuple_element<1, pair<_Tp1, _Tp2>> struct
858 constexpr typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&
863 constexpr typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&&
868 constexpr const typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&
873 constexpr const typename tuple_element<_Int, pair<_Tp1, _Tp2>>::type&&

Completed in 18 milliseconds