Checks if it is derived from EigenBase (the base class of all dense functions) More...
#include <state-observation/tools/definitions.hpp>
Static Public Attributes | |
| static constexpr bool | value = std::is_base_of<Eigen::EigenBase<T>, T>::value |
Checks if it is derived from EigenBase (the base class of all dense functions)
| T | The class that you want to check |
|
staticconstexpr |