Recursive specialization of to_variadic. More...
#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 |
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.