Template Function Acts::operator<<(std::ostream&, const Ray<T, D>&)

Function Documentation

template<typename T, size_t D>
std::ostream &Acts::operator<<(std::ostream &os, const Ray<T, D> &ray)

Overload of the outstream operator.

Return

The outstream given in os

Parameters
  • os: The out stream

  • ray: The ray to write to os