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

#include <iterator_adapter.hpp>

Public Types

typedef Derived_::template
make< typename
result_of::advance< typename
Iterator::iterator_base_type,
N >::type >::type 
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (Iterator const &it)
 

Member Typedef Documentation

template<typename Derived_, typename Iterator_, typename Category = typename Iterator_::category>
template<typename Iterator , typename N >
typedef Derived_::template make< typename result_of::advance< typename Iterator::iterator_base_type, N >::type>::type boost::fusion::iterator_adapter< Derived_, Iterator_, Category >::advance< Iterator, N >::type

Member Function Documentation

template<typename Derived_, typename Iterator_, typename Category = typename Iterator_::category>
template<typename Iterator , typename N >
static BOOST_FUSION_GPU_ENABLED type boost::fusion::iterator_adapter< Derived_, Iterator_, Category >::advance< Iterator, N >::call ( Iterator const &  it)
inlinestatic

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