Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::array_iterator< Array, Pos >::advance< Iterator, N > Struct Template Reference

#include <array_iterator.hpp>

Inheritance diagram for boost::fusion::array_iterator< Array, Pos >::advance< Iterator, N >:

Public Types

typedef Iterator::index index
 
typedef Iterator::array_type array_type
 
typedef array_iterator
< array_type, index::value+N::value > 
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (Iterator const &i)
 

Member Typedef Documentation

template<typename Array, int Pos>
template<typename Iterator, typename N>
typedef Iterator::array_type boost::fusion::array_iterator< Array, Pos >::advance< Iterator, N >::array_type
template<typename Array, int Pos>
template<typename Iterator, typename N>
typedef Iterator::index boost::fusion::array_iterator< Array, Pos >::advance< Iterator, N >::index
template<typename Array, int Pos>
template<typename Iterator, typename N>
typedef array_iterator<array_type, index::value + N::value> boost::fusion::array_iterator< Array, Pos >::advance< Iterator, N >::type

Member Function Documentation

template<typename Array, int Pos>
template<typename Iterator, typename N>
static BOOST_FUSION_GPU_ENABLED type boost::fusion::array_iterator< Array, Pos >::advance< Iterator, N >::call ( Iterator const &  i)
inlinestatic

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