Template Function Jet::Utilities::operator<<(std::ostream&, const std::pair<T1, T2>&)

Function Documentation

template<class T1, class T2>
inline std::ostream &Jet::Utilities::operator<<(std::ostream &os, const std::pair<T1, T2> &p)

Streams a pair of elements to an output stream.

Template Parameters
  • T1 – Type of the first element in the pair.

  • T2 – Type of the second element in the pair.

Parameters
  • os – Output stream to be modified.

  • p – Pair to be inserted.

Returns

Reference to the given output stream.