It convert a variadic template into a boost::mpl::vector
to_boost_vmpl<3,4,7,10>::type is converted into
boost::mpl::vector<int_<3>,int_<4>,int_<7>,int_<10>>
Definition at line 282 of file variadic_to_vmpl.hpp.
#include <variadic_to_vmpl.hpp>
Public Types | |
typedef boost::mpl::vector< boost::mpl::int_< id >... > | type |
construct an mpl vector from the variadic | |
typedef boost::mpl::vector<boost::mpl::int_<id>...> to_boost_vmpl< id >::type |
construct an mpl vector from the variadic
Definition at line 285 of file variadic_to_vmpl.hpp.