#include <iostream>
#include <sstream>
#include <vector>
#include <list>
Include dependency graph for iostream_ext.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | ot |
Functions | |
| template<typename T> | |
| std::ostream & | ot::operator<< (std::ostream &os, const std::vector< T > &object) |
| template<typename T> | |
| std::ostream & | ot::operator<< (std::ostream &os, const std::list< T > &object) |
| template<typename T> | |
| std::istream & | ot::operator>> (std::istream &is, std::vector< T > &object) |
| template<typename T> | |
| std::istream & | ot::operator>> (std::istream &is, std::list< T > &object) |
1.4.6