#include <list>
#include <fstream>
#include <sstream>
#include <vector>
Go to the source code of this file.
Functions | |
template<class T> ostream & | operator<< (ostream &out, const list< T > &L) |
template<class T> istream & | operator>> (istream &in, list< T > &L) |
template<class T> ostream & | operator<< (ostream &out, const vector< T > &L) |
template<class T> istream & | operator>> (istream &in, vector< T > &L) |
template<class T> ofstream & | operator<< (ofstream &out, const vector< T > &L) |
template<class T> ifstream & | operator>> (ifstream &in, vector< T > &L) |
|
|
|
|
|
|
|
|
|
|
|
|