Typedef navtk::IfAllTensorsOfDim

Typedef Documentation

template<std::size_t Dim, typename ...T>
using navtk::IfAllTensorsOfDim = IfCondition<TENSORS_ARE_DIM<Dim, T...>>

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

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