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 90 of file create_vmpl_sequence.hpp.
#include <create_vmpl_sequence.hpp>
Public Types | |
typedef exit_impl_sq< c, end-1 >::type | exit_ |
typedef to_variadic_const_impl< c+1, end, ele, exit_::value, vars..., ele >::type | type |
typedef exit_impl_sq<c,end-1>::type to_variadic_const_impl< c, end, ele, exit, vars >::exit_ |
Definition at line 92 of file create_vmpl_sequence.hpp.
typedef to_variadic_const_impl<c+1,end,ele,exit_::value,vars...,ele>::type to_variadic_const_impl< c, end, ele, exit, vars >::type |
Definition at line 93 of file create_vmpl_sequence.hpp.