Eigen::internal::IndexedViewHelper< Indices, EnableIf > Struct Template Reference

#include <IndexedViewHelper.h>

Static Public Member Functions

static constexpr Index first (const Indices &indices)
 
static constexpr Index size (const Indices &indices)
 
static constexpr Index incr (const Indices &)
 

Static Public Attributes

static constexpr Index FirstAtCompileTime = Undefined
 
static constexpr Index SizeAtCompileTime = array_size<Indices>::value
 
static constexpr Index IncrAtCompileTime = Undefined
 

Member Function Documentation

◆ first()

template<typename Indices , typename EnableIf = void>
static constexpr Index Eigen::internal::IndexedViewHelper< Indices, EnableIf >::first ( const Indices &  indices)
inlinestaticconstexpr
142 { return static_cast<Index>(indices[0]); }
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:83

◆ incr()

template<typename Indices , typename EnableIf = void>
static constexpr Index Eigen::internal::IndexedViewHelper< Indices, EnableIf >::incr ( const Indices &  )
inlinestaticconstexpr

◆ size()

template<typename Indices , typename EnableIf = void>
static constexpr Index Eigen::internal::IndexedViewHelper< Indices, EnableIf >::size ( const Indices &  indices)
inlinestaticconstexpr

Member Data Documentation

◆ FirstAtCompileTime

template<typename Indices , typename EnableIf = void>
constexpr Index Eigen::internal::IndexedViewHelper< Indices, EnableIf >::FirstAtCompileTime = Undefined
staticconstexpr

◆ IncrAtCompileTime

template<typename Indices , typename EnableIf = void>
constexpr Index Eigen::internal::IndexedViewHelper< Indices, EnableIf >::IncrAtCompileTime = Undefined
staticconstexpr

◆ SizeAtCompileTime

template<typename Indices , typename EnableIf = void>
constexpr Index Eigen::internal::IndexedViewHelper< Indices, EnableIf >::SizeAtCompileTime = array_size<Indices>::value
staticconstexpr

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