Variable T8DimensionalType

Variable Documentation

template<typename TType, std::size_t TDim = static_cast<std::size_t> (-1)> concept T8DimensionalType   = T8PointType<TType, TDim> || T8VecType<TType, TDim>

Concept that checks if a type is either a point or vec

Template Parameters:
  • TType – The type to check.

  • TDim – Optional dimensional restriction (default = wildcard).