NDDEM
Public Types | List of all members
Eigen::internal::ref_selector< T > Struct Template Reference

#include <XprHelper.h>

Public Types

typedef conditional< bool(traits< T >::Flags &NestByRefBit), T const &, const T >::type type
 
typedef conditional< bool(traits< T >::Flags &NestByRefBit), T &, T >::type non_const_type
 

Member Typedef Documentation

◆ non_const_type

template<typename T >
typedef conditional< bool(traits<T>::Flags & NestByRefBit), T &, T >::type Eigen::internal::ref_selector< T >::non_const_type

◆ type

template<typename T >
typedef conditional< bool(traits<T>::Flags & NestByRefBit), T const&, const T >::type Eigen::internal::ref_selector< T >::type

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