|
state-observation 1.7.0
General implementation of observers.
|
Checks if it is derived from EigenBase (the base class of all dense functions). More...
#include <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 |
Definition at line 48 of file definitions.hpp.
|
staticconstexpr |
Definition at line 50 of file definitions.hpp.