Template Function necsim::operator>>(istream&, vector<T>&)¶
- Defined in File file_system.h
Function Documentation¶
-
template<class
T>
istream &necsim::operator>>(istream &is, vector<T> &v) Overloaded input stream operator for a vector of objects.
- Return
- the input stream
- Template Parameters
T: the objects stored in a vector
- Parameters
is: the input streamv: the vector of objects to read in to