Variable navtk::TENSORS_ARE_DIM
Defined in File inspect.hpp
Variable Documentation
-
template<size_t Dim, typename ...T>
constexpr bool navtk::TENSORS_ARE_DIM =((IS_VALID<T> && requires { typename std::enable_if_t<TensorMeta<T>::DIM_COUNT == Dim>; }) &&...) TENSORS_ARE_DIMcan be used as a condition in SFINAE expressions.To evaluate to true, all listed tensors must have Dim dimensions.