#include <boost_tuple_iterator.hpp>
Public Types | |
typedef value_of< Iterator >::type | element |
typedef mpl::if_< is_const < typename Iterator::cons_type > , typename tuples::access_traits< element > ::const_type, typename tuples::access_traits< element > ::non_const_type >::type | type |
Static Public Member Functions | |
static BOOST_FUSION_GPU_ENABLED type | call (Iterator const &iter) |
typedef value_of<Iterator>::type boost::fusion::boost_tuple_iterator< Cons >::deref< Iterator >::element |
typedef mpl::if_< is_const<typename Iterator::cons_type> , typename tuples::access_traits<element>::const_type , typename tuples::access_traits<element>::non_const_type >::type boost::fusion::boost_tuple_iterator< Cons >::deref< Iterator >::type |
|
inlinestatic |