Home | History | Annotate | Download | only in pairs.pair

Lines Matching refs:pair

14 // template <class T1, class T2> struct pair
16 // template <class U, class V> EXPLICIT constexpr pair(const pair<U, V>& p);
29 using P1 = std::pair<T1, int>;
30 using P2 = std::pair<int, T1>;
31 using UP1 = std::pair<U1, int> const&;
32 using UP2 = std::pair<int, U1> const&;
40 struct DPair : public std::pair<T, U> {
41 using Base = std::pair<T, U>;
60 typedef std::pair<int, short> P1;
61 typedef std::pair<double, long> P2;
70 using P2 = std::pair<int, int>;
157 typedef std::pair<int, short> P1;
158 typedef std::pair<double, long> P2;
165 using P1 = std::pair<int, int>;
166 using P2 = std::pair<ExplicitT, ExplicitT>;
173 using P1 = std::pair<int, int>;
174 using P2 = std::pair<ImplicitT, ImplicitT>;