Recursive specialization of v_transform. More...
Recursive specialization of v_transform.
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 52 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 | |
typedef exit_impl< next_, L >::type | exit_ |
exit condition | |
typedef v_transform_impl< H, next_, L, exit_::value, typenameH< front_ >::type, Args... >::type | type |
recursive call | |
typedef exit_impl<next_,L>::type v_transform_impl< H, F, L, exit, Args >::exit_ |
exit condition
Definition at line 61 of file variadic_to_vmpl.hpp.
typedef boost::mpl::deref<F>::type v_transform_impl< H, F, L, exit, Args >::front_ |
last element of the vector
Definition at line 55 of file variadic_to_vmpl.hpp.
typedef boost::mpl::next<F>::type v_transform_impl< H, F, L, exit, Args >::next_ |
next element
Definition at line 58 of file variadic_to_vmpl.hpp.
typedef v_transform_impl<H,next_,L,exit_::value,typenameH<front_>::type,Args...>::type v_transform_impl< H, F, L, exit, Args >::type |
recursive call
Definition at line 64 of file variadic_to_vmpl.hpp.