Home | History | Annotate | Download | only in tr1

Lines Matching full:pair

50    // Various functions which give std::pair a tuple-like interface.
52 struct tuple_size<std::pair<_Tp1, _Tp2> >
57 tuple_size<std::pair<_Tp1, _Tp2> >::value;
60 struct tuple_element<0, std::pair<_Tp1, _Tp2> >
64 struct tuple_element<1, std::pair<_Tp1, _Tp2> >
74 static _Tp1& __get(std::pair<_Tp1, _Tp2>& __pair)
78 static const _Tp1& __const_get(const std::pair<_Tp1, _Tp2>& __pair)
86 static _Tp2& __get(std::pair<_Tp1, _Tp2>& __pair)
90 static const _Tp2& __const_get(const std::pair<_Tp1, _Tp2>& __pair)
95 inline typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
96 get(std::pair<_Tp1, _Tp2>& __in)
100 inline const typename tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&
101 get(const std::pair<_Tp1, _Tp2>& __in)