Eigen::internal::h_skip< n > Struct Template Reference

#include <MoreMeta.h>

Static Public Member Functions

template<typename T , T... ii>
constexpr static EIGEN_STRONG_INLINE h_skip_helper_numeric< T, n, ii... >::type helper (numeric_list< T, ii... >)
 
template<typename... tt>
constexpr static EIGEN_STRONG_INLINE h_skip_helper_type< n, tt... >::type helper (type_list< tt... >)
 

Member Function Documentation

◆ helper() [1/2]

template<int n>
template<typename T , T... ii>
constexpr static EIGEN_STRONG_INLINE h_skip_helper_numeric<T, n, ii...>::type Eigen::internal::h_skip< n >::helper ( numeric_list< T, ii... >  )
inlinestaticconstexpr
182  {
184  }
type
Definition: compute_granudrum_aor.py:141

References compute_granudrum_aor::type.

◆ helper() [2/2]

template<int n>
template<typename... tt>
constexpr static EIGEN_STRONG_INLINE h_skip_helper_type<n, tt...>::type Eigen::internal::h_skip< n >::helper ( type_list< tt... >  )
inlinestaticconstexpr
186  {
187  return typename h_skip_helper_type<n, tt...>::type();
188  }

References compute_granudrum_aor::type.


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