|
Givaro
|
STL namespace. More...
Functions | |
| template<class T , typename A = std::allocator<T>> | |
| std::ostream & | operator<< (std::ostream &out, const std::vector< T, A > &V) |
| Prints a vector on output. | |
| template<class S , class T > | |
| std::ostream & | operator<< (std::ostream &out, const std::pair< S, T > &C) |
| Prints a pair. | |
| template<class T , typename A = std::allocator<T>> | |
| std::ostream & | operator<< (std::ostream &out, const std::list< T, A > &L) |
| Prints a list. | |
| template<class T , typename A = std::allocator<T>> | |
| std::ostream & | operator<< (std::ostream &out, const std::set< T, A > &S) |
| Prints a set. | |
STL namespace.
| std::ostream & operator<< | ( | std::ostream & | out, |
| const std::vector< T, A > & | V | ||
| ) |
Prints a vector on output.
| o | output stream |
| v | vector |
| std::ostream & operator<< | ( | std::ostream & | out, |
| const std::pair< S, T > & | C | ||
| ) |
Prints a pair.
| o | output stream |
| C | a pair |
| std::ostream & operator<< | ( | std::ostream & | out, |
| const std::list< T, A > & | L | ||
| ) |
Prints a list.
| o | output stream |
| C | a pair |
| std::ostream & operator<< | ( | std::ostream & | out, |
| const std::set< T, A > & | S | ||
| ) |
Prints a set.
| o | output stream |
| C | a pair |