#include <boost_tuple_iterator.hpp>
Public Types | |
typedef mpl::eval_if < boost::is_same< I1, I2 > , mpl::int_ < 0 >, lazy_next_distance< I1, I2 > >::type | type |
Static Public Member Functions | |
static BOOST_FUSION_GPU_ENABLED type | call (I1 const &, I2 const &) |
typedef mpl::eval_if< boost::is_same<I1, I2>, mpl::int_<0>, lazy_next_distance<I1, I2> >::type boost::fusion::boost_tuple_iterator< Cons >::distance< I1, I2 >::type |
|
inlinestatic |