File that contains some output utility functions. More...
Namespaces | |
OFELI | |
A namespace to group all library classes, functions, ... | |
Functions | |
ostream & | operator<< (ostream &s, const complex_t &x) |
Output a complex number. More... | |
ostream & | operator<< (ostream &s, const std::string &c) |
Output a string. More... | |
template<class T_ > | |
ostream & | operator<< (ostream &s, const vector< T_ > &v) |
Output a vector instance. More... | |
template<class T_ > | |
ostream & | operator<< (ostream &s, const std::list< T_ > &l) |
Output a vector instance. More... | |
template<class T_ > | |
ostream & | operator<< (ostream &s, const std::pair< T_, T_ > &a) |
Output a pair instance. More... | |
File that contains some output utility functions.