Template Function necsim::operator<<(ostream&, const vector<T>&)

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 to
  • v: the vector to write out