Definition in file Tuple.H.
#include "src/OpenFOAM/db/IOstreams/IOstreams/Istream.H"#include "src/OpenFOAM/db/IOstreams/IOstreams/Ostream.H"
Include dependency graph for Tuple.H:Go to the source code of this file.
Classes | |
| class | Tuple< Type1, Type2 > |
| A 2 Tuple. Differs from Tuple in that the two elements can be different type. More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Functions | |
| template<class Type1 , class Type2 > | |
| Istream & | operator>> (Istream &, Tuple< Type1, Type2 > &) |
| template<class Type1 , class Type2 > | |
| Ostream & | operator<< (Ostream &, const Tuple< Type1, Type2 > &) |