#include <istream>
#include <ostream>
#include <sstream>
#include <vector>
#include <stdexcept>
#include <mia/core/errormacro.hh>
#include <mia/core/typedescr.hh>
Go to the source code of this file.
Data Structures | |
struct | __dispatch_translate< T > |
struct | __dispatch_translate< std::string > |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const std::vector< T > &v) |
implements the direct streaming of std::vectors. More... | |
template<typename T > | |
std::istream & | operator>> (std::istream &is, std::vector< T > &v) |
std::istream& operator>> | ( | std::istream & | is, |
std::vector< T > & | v | ||
) |
Definition at line 75 of file svector.hh.
References NS_MIA_END.