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