#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.
|
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) |
|
◆ operator>>()
template<typename T >
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
std::vector< T > & |
v |
|
) |
| |