![]() |
|
#include <XprHelper.h>
Public Types | |
typedef std::conditional_t< bool(traits< T >::Flags &NestByRefBit), T const &, const T > | type |
typedef std::conditional_t< bool(traits< T >::Flags &NestByRefBit), T &, T > | non_const_type |
The reference selector for template expressions. The idea is that we don't need to use references for expressions since they are light weight proxy objects which should generate no copying overhead.
typedef std::conditional_t<bool(traits<T>::Flags& NestByRefBit), T&, T> Eigen::internal::ref_selector< T >::non_const_type |
typedef std::conditional_t<bool(traits<T>::Flags& NestByRefBit), T const&, const T> Eigen::internal::ref_selector< T >::type |