cppexpose  1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
cppexpose::helper::GenSeq< N, I > Struct Template Reference

Sequence generator (e.g., GenSec<3>::Type = Seq<0, 1, 2>) More...

#include <cppexpose/include/cppexpose/base/function_helpers.h>

Detailed Description

template<int N, size_t... I>
struct cppexpose::helper::GenSeq< N, I >

Sequence generator (e.g., GenSec<3>::Type = Seq<0, 1, 2>)


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