Eigen::symbolic::is_symbolic< T > Struct Template Reference

Public Types

enum  { value }
 

Detailed Description

template<typename T>
struct Eigen::symbolic::is_symbolic< T >

Definition at line 160 of file SymbolicIndex.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 162 of file SymbolicIndex.h.

162 { value = internal::is_convertible<T,BaseExpr<T> >::value };

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