Function otyca::operator<<(std::ostream&, const Event&)

Function Documentation

std::ostream &otyca::operator<<(std::ostream &out, const Event &event)

Output stream operator for Event.

Parameters:
  • out – The output stream.

  • event – The Event to output.

Returns:

The output stream after writing the Event.