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