Eigen::internal::IndexTuple< T > Struct Template Reference

#include <TensorIndexList.h>

Public Types

typedef T Head
 

Public Member Functions

constexpr EIGEN_DEVICE_FUNC IndexTuple ()
 
constexpr EIGEN_DEVICE_FUNC IndexTuple (const T &v)
 

Public Attributes

T head
 

Static Public Attributes

constexpr static int count = 1
 

Member Typedef Documentation

◆ Head

template<typename T >
typedef T Eigen::internal::IndexTuple< T >::Head

Constructor & Destructor Documentation

◆ IndexTuple() [1/2]

template<typename T >
constexpr EIGEN_DEVICE_FUNC Eigen::internal::IndexTuple< T >::IndexTuple ( )
inlineconstexpr
146 : head() {}
T head
Definition: TensorIndexList.h:150

◆ IndexTuple() [2/2]

template<typename T >
constexpr EIGEN_DEVICE_FUNC Eigen::internal::IndexTuple< T >::IndexTuple ( const T v)
inlineconstexpr
147 : head(v) {}
Array< int, Dynamic, 1 > v
Definition: Array_initializer_list_vector_cxx11.cpp:1

Member Data Documentation

◆ count

template<typename T >
constexpr static int Eigen::internal::IndexTuple< T >::count = 1
staticconstexpr

◆ head

template<typename T >
T Eigen::internal::IndexTuple< T >::head

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