Typedef navtk::IfAnyTensorOfDim
Defined in File inspect.hpp
Typedef Documentation
-
template<std::size_t Dim, typename ...T>
using navtk::IfAnyTensorOfDim = IfAnyConditions<TENSORS_ARE_DIM<Dim, T>...> IfAnyTensorOfDimcan be used in a template definition to invalidate the template.To be valid, at least one type must have
Dimnumber of dimensions. Both must be Tensor types (or scalars or initializer lists).