Eigen::internal::IndexedViewHelperIndicesWrapper< Indices, NestedSizeAtCompileTime, EnableIf > Struct Template Reference

#include <IndexedViewHelper.h>

Public Types

using type = Indices
 

Static Public Member Functions

static const typeCreateIndexSequence (const Indices &indices, Index)
 

Member Typedef Documentation

◆ type

template<typename Indices , int NestedSizeAtCompileTime, typename EnableIf = void>
using Eigen::internal::IndexedViewHelperIndicesWrapper< Indices, NestedSizeAtCompileTime, EnableIf >::type = Indices

Member Function Documentation

◆ CreateIndexSequence()

template<typename Indices , int NestedSizeAtCompileTime, typename EnableIf = void>
static const type& Eigen::internal::IndexedViewHelperIndicesWrapper< Indices, NestedSizeAtCompileTime, EnableIf >::CreateIndexSequence ( const Indices &  indices,
Index   
)
inlinestatic
132 { return indices; }

Referenced by Eigen::internal::CreateIndexSequence().


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