Template Function Jet::Utilities::operator<<(std::ostream&, const std::vector<T>&)

Function Documentation

template<class T>
inline std::ostream &Jet::Utilities::operator<<(std::ostream &os, const std::vector<T> &v)

Streams a vector to an output stream.

Template Parameters

T – Type of the elements in the vector.

Parameters
  • os – Output stream to be modified.

  • v – Vector to be inserted.

Returns

Reference to the given output stream.