It create a mpl::vector sequence of integer with a constant A
usage:
vmpl_create_constant<3,5>::type
is mapped to
boost::mpl::vector<int_<5>,int_<5>,int<5>>
Definition at line 118 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_const_impl< 1, N, M, exit_::value, M >::type | type |
generate the boost::fusion::vector apply H on each term | |
typedef exit_impl_sq<N,M>::type vmpl_create_constant< N, M >::exit_ |
end condition
Definition at line 121 of file create_vmpl_sequence.hpp.
typedef to_variadic_const_impl<1,N,M,exit_::value,M>::type vmpl_create_constant< N, M >::type |
generate the boost::fusion::vector apply H on each term
Definition at line 124 of file create_vmpl_sequence.hpp.