Template Function Acts::operator<<(std::ostream&, const AxisAlignedBoundingBox<T, U, V>&)

Function Documentation

template<typename T, typename U, size_t V>
std::ostream &Acts::operator<<(std::ostream &os, const AxisAlignedBoundingBox<T, U, V> &box)

Overload of the << operator for bounding boxes.

Return

The given output stream.

Template Parameters
  • T: entity type

  • U: value type

  • V: dimension

Parameters
  • os: The output stream

  • box: The bounding box