![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|
Defines the stream in/out for std::vector data type. More...


Go to the source code of this file.
Namespaces | |
| mui | |
Functions | |
| template<typename TYPE > | |
| istream & | mui::operator>> (istream &stream, std::vector< TYPE > &ret) |
| istream & | mui::operator>> (istream &stream, std::vector< char > &ret) |
| template<typename TYPE > | |
| ostream & | mui::operator<< (ostream &stream, const std::vector< TYPE > &vec) |
| ostream & | mui::operator<< (ostream &stream, const std::vector< char > &vec) |
Defines the stream in/out for std::vector data type.