|
| template<class T> |
| Pair< T > | reverse (const Pair< T > &p) |
| | Return reverse of a Pair.
|
| template<class T> |
| bool | operator== (const Pair< T > &a, const Pair< T > &b) |
| template<class T> |
| bool | operator!= (const Pair< T > &a, const Pair< T > &b) |
| template<class T> |
| bool | operator< (const Pair< T > &a, const Pair< T > &b) |
| template<class T> |
| bool | operator<= (const Pair< T > &a, const Pair< T > &b) |
| template<class T> |
| bool | operator> (const Pair< T > &a, const Pair< T > &b) |
| template<class T> |
| bool | operator>= (const Pair< T > &a, const Pair< T > &b) |
| template<class T1, class T2> |
| Istream & | operator>> (Istream &is, std::pair< T1, T2 > &t) |
| | Read std::pair from Istream.
|
| template<class T1, class T2> |
| Ostream & | operator<< (Ostream &os, const std::pair< T1, T2 > &t) |
| | Write std::pair to Ostream.
|
Original source file Pair.H
Definition in file Pair.H.