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

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 stream
  • v: the vector of objects to read in to