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 >::advance< It, M > Struct Template Reference

#include <tuple.hpp>

Inheritance diagram for boost::type_erasure::tuple_iterator< Tuple, N >::advance< It, M >:

Public Types

typedef tuple_iterator< Tuple,(It::index::value+M::value)> type
 

Static Public Member Functions

static type call (It it)
 

Member Typedef Documentation

template<class Tuple , int N>
template<class It, class M>
typedef tuple_iterator<Tuple, (It::index::value+M::value)> boost::type_erasure::tuple_iterator< Tuple, N >::advance< It, M >::type

Member Function Documentation

template<class Tuple , int N>
template<class It, class M>
static type boost::type_erasure::tuple_iterator< Tuple, N >::advance< It, M >::call ( It  it)
inlinestatic

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