Variable T8DimensionalType
Defined in File t8_vec.hxx
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).