|
| 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. More...
|
| |
| template<class S , class T > |
| std::ostream & | operator<< (std::ostream &out, const std::pair< S, T > &C) |
| | Prints a pair. More...
|
| |
| template<class T , typename A = std::allocator<T>> |
| std::ostream & | operator<< (std::ostream &out, const std::list< T, A > &L) |
| | Prints a list. More...
|
| |
| template<class T , typename A = std::allocator<T>> |
| std::ostream & | operator<< (std::ostream &out, const std::set< T, A > &S) |
| | Prints a set. More...
|
| |