Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::std_tuple_iterator< Tuple, Index >::distance< First, Last > Struct Template Reference

#include <std_tuple_iterator.hpp>

Public Types

typedef mpl::int_< Last::index-First::index > type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (First const &, Last const &)
 

Member Typedef Documentation

template<typename Tuple , int Index>
template<typename First , typename Last >
typedef mpl::int_<Last::index-First::index> boost::fusion::std_tuple_iterator< Tuple, Index >::distance< First, Last >::type

Member Function Documentation

template<typename Tuple , int Index>
template<typename First , typename Last >
static BOOST_FUSION_GPU_ENABLED type boost::fusion::std_tuple_iterator< Tuple, Index >::distance< First, Last >::call ( First const &  ,
Last const &   
)
inlinestatic

The documentation for this struct was generated from the following file: