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 >::next< Iterator > Struct Template Reference

#include <iterator_adapter.hpp>

Public Types

typedef Derived_::template
make< typename result_of::next
< typename
Iterator::iterator_base_type >
::type >::type 
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (Iterator const &i)
 

Member Typedef Documentation

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

Member Function Documentation

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

References boost::fusion::next().


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