Typedef navtk::IfEigenInterface
Defined in File inspect.hpp
Typedef Documentation
-
template<typename T>
using navtk::IfEigenInterface = std::enable_if_t<std::is_member_function_pointer<AutoType>::value && std::is_member_function_pointer<AutoType>::value> IfEigenInterfacecan be used in a template definition to invalidate the template.To be valid, type
Tmust have member functions namedrows()andcols(). This enables support for Eigen-like interfaces.