FflasFfpack
|
STL namespace. More...
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. |
STL namespace.
std::ostream & operator<< | ( | std::ostream & | o, |
const std::vector< T > & | v | ||
) |
Prints a vector on output.
o | output stream |
v | vector |
std::ostream & operator<< | ( | std::ostream & | o, |
const std::pair< S, T > & | C | ||
) |
Prints a pair.
o | output stream |
C | a pair |
std::ostream & operator<< | ( | std::ostream & | o, |
const std::list< T > & | L | ||
) |
Prints a list.
o | output stream |
C | a pair |
std::ostream & operator<< | ( | std::ostream & | o, |
const std::set< T > & | L | ||
) |
Prints a set.
o | output stream |
C | a pair |