MINT2
NamedParameterStream.cpp
Go to the documentation of this file.
1 // author: Jonas Rademacker (Jonas.Rademacker@bristol.ac.uk)
2 // status: Mon 9 Feb 2009 19:17:56 GMT
4 
5 #include <string>
6 using namespace MINT;
7 
9  , std::string& ing
10  ){
11  std::getline(eam,ing);
12  return eam;
13 }
NamedParameterStream & operator>>(NamedParameterStream &eam, std::string &ing)