WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::ref_selector< T > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/util/XprHelper.h>

Public Types

typedef conditional< bool(traits< T >::Flags &NestByRefBit), Tconst &, constT >::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),Tconst&,constT>::type Eigen::internal::ref_selector< T >::type

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