Typedef navtk::IfTensorsMaxDim
Defined in File inspect.hpp
Typedef Documentation
-
template<std::size_t Dim, typename ...T>
using navtk::IfTensorsMaxDim = IfAllConditions<TENSORS_ARE_LESS_THAN_DIM<Dim + 1, T...>, !TENSORS_ARE_LESS_THAN_DIM<Dim, T...>> IfTensorsMaxDimcan be used in a template definition to invalidate the template.To be valid, all types must have
Dimor less number of dimensions. Both must be Tensor types (or scalars or initializer lists).