stateObservation::isEigen< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct stateObservation::isEigen< T >

Checks if it is derived from EigenBase (the base class of all dense functions)

Template Parameters
TThe class that you want to check

Member Data Documentation

◆ value

template<typename T >
constexpr bool stateObservation::isEigen< T >::value = std::is_base_of<Eigen::EigenBase<T>, T>::value
staticconstexpr

The documentation for this struct was generated from the following file: