state-observation 1.7.0
General implementation of observers.
Loading...
Searching...
No Matches
stateObservation::isEigen< T > Struct Template Reference

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

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

Definition at line 48 of file definitions.hpp.

Member Data Documentation

◆ value

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

Definition at line 50 of file definitions.hpp.


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