#include <XprHelper.h>
Public Types | |
typedef conditional< bool(traits< T >::Flags &NestByRefBit), T &, T >::type | non_const_type |
typedef conditional< bool(traits< T >::Flags &NestByRefBit), T const &, const T >::type | type |
Definition at line 416 of file XprHelper.h.
typedef conditional< bool(traits<T>::Flags & NestByRefBit), T &, T >::type Eigen::internal::ref_selector< T >::non_const_type |
Definition at line 428 of file XprHelper.h.
typedef conditional< bool(traits<T>::Flags & NestByRefBit), T const&, const T >::type Eigen::internal::ref_selector< T >::type |
Definition at line 422 of file XprHelper.h.