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