Recursive specialization of to_variadic. More...
Recursive specialization of to_variadic.
H | suppose to be the vector where we are pushing numbers |
c | suppose to be the counter |
L | suppose to be the end of the cycle |
exit,when | true it say to terminate the sequence |
Definition at line 38 of file create_vmpl_sequence.hpp.
#include <create_vmpl_sequence.hpp>
Public Types | |
typedef exit_impl< c, end >::type | exit_ |
typedef boost::mpl::push_back < H, boost::mpl::int_< c > > | v |
typedef to_variadic_impl< v, c+1, end, exit_::value >::type | type |