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 &, T >::type non_const_type
 
typedef conditional< bool(traits< T >::Flags &NestByRefBit), T const &, const T >::type type
 

Detailed Description

template<typename T>
struct Eigen::internal::ref_selector< T >

Definition at line 396 of file XprHelper.h.

Member Typedef Documentation

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

Definition at line 408 of file XprHelper.h.

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

Definition at line 402 of file XprHelper.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:46