Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::type_erasure::tuple_iterator< Tuple, N >::distance< It1, It2 > Struct Template Reference

#include <tuple.hpp>

Public Types

typedef ::boost::mpl::minus
< typename It2::index,
typename It1::index >::type 
type
 

Static Public Member Functions

static type call (It1, It2)
 

Member Typedef Documentation

template<class Tuple , int N>
template<class It1 , class It2 >
typedef ::boost::mpl::minus< typename It2::index, typename It1::index >::type boost::type_erasure::tuple_iterator< Tuple, N >::distance< It1, It2 >::type

Member Function Documentation

template<class Tuple , int N>
template<class It1 , class It2 >
static type boost::type_erasure::tuple_iterator< Tuple, N >::distance< It1, It2 >::call ( It1  ,
It2   
)
inlinestatic

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