Recursive specialization of v_transform in case of metafunction with 2 argument. More...
Recursive specialization of v_transform in case of metafunction with 2 argument.
H | the metafunction |
F | suppose to be the original end of boost::mpl::vector |
L | suppose to be the actual position of the boost::mpl::vector |
exit,when | true it say to terminate the sequence |
Definition at line 210 of file variadic_to_vmpl.hpp.
#include <variadic_to_vmpl.hpp>
Public Types | |
typedef boost::mpl::deref< F >::type | front_ |
last element of the vector | |
typedef boost::mpl::next< F >::type | next_ |
next element of the vector | |
typedef exit_impl< next_, L >::type | exit_ |
exit condition | |
typedef v_transform_two_v2_impl< H, arg0, next_, L, exit_::value, typename H< arg0, front_ >::type::type, Args... >::type | type |
Recursive call. | |