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

  /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 23 milliseconds