It create a mpl::vector sequence of integer from N to M
usage:
is mapped to
index_tuple_sq<3,5,6>
Definition at line 69 of file create_vmpl_sequence.hpp.
#include <create_vmpl_sequence.hpp>
Public Types | |
typedef exit_impl_sq< N, M >::type | exit_ |
end condition | |
typedef to_variadic_impl< N+1, M, exit_::value, N >::type | type |
generate the boost::fusion::vector apply H on each term | |
typedef exit_impl_sq<N,M>::type to_int_sequence< N, M >::exit_ |
end condition
Definition at line 72 of file create_vmpl_sequence.hpp.
typedef to_variadic_impl<N+1,M,exit_::value,N>::type to_int_sequence< N, M >::type |
generate the boost::fusion::vector apply H on each term
Definition at line 75 of file create_vmpl_sequence.hpp.