#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) |
| template<typename T > | |
| std::istream & | operator>> (std::istream &is, std::vector< T > &v) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const std::vector< T > & | v | ||
| ) |
Definition at line 36 of file svector.hh.
| std::istream& operator>> | ( | std::istream & | is, |
| std::vector< T > & | v | ||
| ) |
Definition at line 65 of file svector.hh.
References NS_MIA_END.