#include <IndexedViewHelper.h>
|
static constexpr Index | first (const Indices &indices) |
|
static constexpr Index | size (const Indices &indices) |
|
static constexpr Index | incr (const Indices &) |
|
◆ first()
template<typename Indices , typename EnableIf = void>
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>
◆ size()
template<typename Indices , typename EnableIf = void>
◆ FirstAtCompileTime
template<typename Indices , typename EnableIf = void>
◆ IncrAtCompileTime
template<typename Indices , typename EnableIf = void>
◆ SizeAtCompileTime
template<typename Indices , typename EnableIf = void>
The documentation for this struct was generated from the following file: