Template Function necsim::operator<<(ostream&, const vector<T>&)¶
- Defined in File file_system.h
Function Documentation¶
-
template<class
T>
ostream &necsim::operator<<(ostream &os, const vector<T> &v) Overload the output operator for vectors.
- Return
- the modified output operator
- Template Parameters
T: the template type of the vector
- Parameters
os: the output stream to write tov: the vector to write out