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

#include <MoreMeta.h>

Static Public Member Functions

template<typename t , int... ii>
constexpr static EIGEN_STRONG_INLINE array< t, nrun (t v, numeric_list< int, ii... >)
 

Member Function Documentation

◆ run()

template<int n>
template<typename t , int... ii>
constexpr static EIGEN_STRONG_INLINE array<t, n> Eigen::internal::h_repeat< n >::run ( v,
numeric_list< int, ii... >   
)
inlinestaticconstexpr
577  {
578  return {{typename id_numeric<int, ii, t>::type(v)...}};
579  }
Array< int, Dynamic, 1 > v
Definition: Array_initializer_list_vector_cxx11.cpp:1
t type
Definition: MoreMeta.h:227

References v.

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


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