Home | History | Annotate | Download | only in tr1

Lines Matching full:pair

51    // Various functions which give std::pair a tuple-like interface.
53 struct tuple_size<std::pair<_Tp1, _Tp2> >
58 tuple_size<std::pair<_Tp1, _Tp2> >::value;
61 struct tuple_element<0, std::pair<_Tp1, _Tp2> >
65 struct tuple_element<1, std::pair<_Tp1, _Tp2> >
75 static _Tp1& __get(std::pair<_Tp1, _Tp2>& __pair)
79 static const _Tp1& __const_get(const std::pair<_Tp1, _Tp2>& __pair)
87 static _Tp2& __get(std::pair<_Tp1, _Tp2>& __pair)
91 static const _Tp2& __const_get(const std::pair<_Tp1, _Tp2>& __pair)
96 inline typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
97 get(std::pair<_Tp1, _Tp2>& __in)
101 inline const typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
102 get(const std::pair<_Tp1, _Tp2>& __in)