Typedef navtk::IfNoTensorsOfDim
Defined in File inspect.hpp
Typedef Documentation
-
template<std::size_t Dim, typename ...T>
using navtk::IfNoTensorsOfDim = IfAllConditions<!TENSORS_ARE_DIM<Dim, T>...> IfNoTensorsOfDimcan be used in a template definition to invalidate the template.To be valid, no types must have
Dimnumber of dimensions. Both must be Tensor types (or scalars or initializer lists).