Typedef navtk::IfNoTensorsOfDim

Typedef Documentation

template<std::size_t Dim, typename ...T>
using navtk::IfNoTensorsOfDim = IfAllConditions<!TENSORS_ARE_DIM<Dim, T>...>

IfNoTensorsOfDim can be used in a template definition to invalidate the template.

To be valid, no types must have Dim number of dimensions. Both must be Tensor types (or scalars or initializer lists).