Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| template<class Type > |
| Pair< Type > | reverse (const Pair< Type > &p) |
| |
| template<class Type > |
| bool | operator== (const Pair< Type > &a, const Pair< Type > &b) |
| |
| template<class Type > |
| bool | operator!= (const Pair< Type > &a, const Pair< Type > &b) |
| |
| template<class Type > |
| bool | operator< (const Pair< Type > &a, const Pair< Type > &b) |
| |
| template<class Type > |
| bool | operator<= (const Pair< Type > &a, const Pair< Type > &b) |
| |
| template<class Type > |
| bool | operator> (const Pair< Type > &a, const Pair< Type > &b) |
| |
| template<class Type > |
| bool | operator>= (const Pair< Type > &a, const Pair< Type > &b) |
| |
Original source file Pair.H
Definition in file Pair.H.