|
FflasFfpack
|
#include <vector>#include <list>#include <set>Namespaces | |
| namespace | std |
STL namespace. | |
Functions | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &o, const std::vector< T > &v) |
| Prints a vector on output. | |
| template<class S , class T > | |
| std::ostream & | operator<< (std::ostream &o, const std::pair< S, T > &C) |
| Prints a pair. | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &o, const std::list< T > &L) |
| Prints a list. | |
| template<class T > | |
| std::ostream & | operator<< (std::ostream &o, const std::set< T > &L) |
| Prints a set. | |
1.7.4