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 40 of file create_vmpl_sequence.hpp.
#include <create_vmpl_sequence.hpp>
Public Types | |
typedef exit_impl_sq< c, end >::type | exit_ |
typedef to_variadic_impl< c+1, end, exit_::value, vars..., c >::type | type |
typedef exit_impl_sq<c,end>::type to_variadic_impl< c, end, exit, vars >::exit_ |
Definition at line 42 of file create_vmpl_sequence.hpp.
typedef to_variadic_impl<c+1,end,exit_::value,vars...,c>::type to_variadic_impl< c, end, exit, vars >::type |
Definition at line 43 of file create_vmpl_sequence.hpp.