Typedef navtk::IfAnyTensorOfDim

Typedef Documentation

template<std::size_t Dim, typename ...T>
using navtk::IfAnyTensorOfDim = IfAnyConditions<TENSORS_ARE_DIM<Dim, T>...>

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

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