enum Plane_position: unsigned char
  • Same = 0
  • Front = 1
  • Back = 2
operator<<(std::ostream & out, Plane_position rhs) -> std::ostream &
to_string(Plane_position rhs) -> const char *
operator|(Plane_position a, Plane_position b) -> constexpr Plane_position