#include <convert_iterator.hpp>
Public Types | |
typedef mpl::if_ < is_fusion_iterator< T >, T, mpl_iterator< T > >::type | type |
Static Public Member Functions | |
static BOOST_FUSION_GPU_ENABLED T const & | call (T const &x, mpl::true_) |
static BOOST_FUSION_GPU_ENABLED mpl_iterator< T > | call (T const &, mpl::false_) |
static BOOST_FUSION_GPU_ENABLED mpl::if_< is_fusion_iterator < T >, T const &, mpl_iterator < T > >::type | call (T const &x) |
typedef mpl::if_< is_fusion_iterator<T> , T , mpl_iterator<T> >::type boost::fusion::convert_iterator< T >::type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |