Public Types | List of all members
Eigen::internal::promote_index_type< I1, I2 > Struct Template Reference

#include <XprHelper.h>

Public Types

typedef conditional<(sizeof(I1)< sizeof(I2)), I2, I1 >::type type
 

Detailed Description

template<typename I1, typename I2>
struct Eigen::internal::promote_index_type< I1, I2 >

Definition at line 97 of file XprHelper.h.

Member Typedef Documentation

template<typename I1, typename I2>
typedef conditional<(sizeof(I1)<sizeof(I2)), I2, I1>::type Eigen::internal::promote_index_type< I1, I2 >::type

Definition at line 99 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:44