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 >::advance< Iterator, N > Struct Template Reference

#include <std_tuple_iterator.hpp>

Inheritance diagram for boost::fusion::std_tuple_iterator< Tuple, Index >::advance< Iterator, N >:

Public Types

typedef Iterator::tuple_type tuple_type
 
typedef std_tuple_iterator
< tuple_type, index+N::value > 
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (Iterator const &i)
 

Static Public Attributes

static int const index = Iterator::index
 

Member Typedef Documentation

template<typename Tuple , int Index>
template<typename Iterator, typename N>
typedef Iterator::tuple_type boost::fusion::std_tuple_iterator< Tuple, Index >::advance< Iterator, N >::tuple_type
template<typename Tuple , int Index>
template<typename Iterator, typename N>
typedef std_tuple_iterator<tuple_type, index+N::value> boost::fusion::std_tuple_iterator< Tuple, Index >::advance< Iterator, N >::type

Member Function Documentation

template<typename Tuple , int Index>
template<typename Iterator, typename N>
static BOOST_FUSION_GPU_ENABLED type boost::fusion::std_tuple_iterator< Tuple, Index >::advance< Iterator, N >::call ( Iterator const &  i)
inlinestatic

Member Data Documentation

template<typename Tuple , int Index>
template<typename Iterator, typename N>
int const boost::fusion::std_tuple_iterator< Tuple, Index >::advance< Iterator, N >::index = Iterator::index
static

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