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:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:56:51