![]() |
Project
|
create an mpl vector of mixin types Every stage in the runtime container contains all the previous ones. The resulting mpl vector of this meta function contains all individual stages. More...
#include <runtime_container.h>
Public Types | |
typedef boost::mpl::fold< boost::mpl::range_c< int, 0, N::value >, boost::mpl::vector<>, boost::mpl::push_back< _1, create_rtc< Types, Base, boost::mpl::plus< _2, boost::mpl::int_< 1 > > > > >::type | type |
create an mpl vector of mixin types Every stage in the runtime container contains all the previous ones. The resulting mpl vector of this meta function contains all individual stages.
Usage: typedef create_rtc_types<types, base>::type container_types;
Definition at line 571 of file runtime_container.h.
typedef boost::mpl::fold<boost::mpl::range_c<int,0,N::value>,boost::mpl::vector<>,boost::mpl::push_back<_1,create_rtc<Types,Base,boost::mpl::plus<_2,boost::mpl::int_<1>>>>>::type gNeric::create_rtc_types< Types, Base, N >::type |
Definition at line 577 of file runtime_container.h.