![]() |
Project
|
create the runtime container type The runtime container type is build from a list of data types, the recursive build can be optionally stopped at the level of argument N. More...
#include <runtime_container.h>
Public Types | |
typedef boost::mpl::lambda< typenameboost::mpl::fold< Types, Base, boost::mpl::if_< rtc_less< _1, N >, boost::mpl::apply2< boost::mpl::protect< apply_rc_mixin >::type, _1, _2 >, boost::mpl::identity< _1 > > >::type >::type | type |
create the runtime container type The runtime container type is build from a list of data types, the recursive build can be optionally stopped at the level of argument N.
Usage: typedef create_rtc<types, base>::type container_type;
Definition at line 535 of file runtime_container.h.
typedef boost::mpl::lambda<typenameboost::mpl::fold<Types,Base,boost::mpl::if_<rtc_less<_1,N>,boost::mpl::apply2<boost::mpl::protect<apply_rc_mixin>::type,_1,_2>,boost::mpl::identity<_1>>>::type>::type gNeric::create_rtc< Types, Base, N >::type |
Definition at line 559 of file runtime_container.h.