#include <boost_tuple_iterator.hpp>
Public Types | |
typedef Iterator::cons_type | cons_type |
typedef cons_type::tail_type | tail_type |
typedef boost_tuple_iterator < typename mpl::eval_if < is_const< cons_type > , add_const< tail_type > , mpl::identity< tail_type > >::type > | type |
Static Public Member Functions | |
static BOOST_FUSION_GPU_ENABLED type | call (Iterator const &iter) |
typedef Iterator::cons_type boost::fusion::boost_tuple_iterator< Cons >::next< Iterator >::cons_type |
typedef cons_type::tail_type boost::fusion::boost_tuple_iterator< Cons >::next< Iterator >::tail_type |
typedef boost_tuple_iterator< typename mpl::eval_if< is_const<cons_type> , add_const<tail_type> , mpl::identity<tail_type> >::type> boost::fusion::boost_tuple_iterator< Cons >::next< Iterator >::type |
|
inlinestatic |