Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::extension::next_impl< flatten_view_iterator_tag >::apply< Iterator > Struct Template Reference

#include <flatten_view_iterator.hpp>

Public Types

typedef Iterator::first_type first_type
 
typedef Iterator::base_type base_type
 
typedef result_of::next
< first_type >::type 
next_type
 
typedef detail::seek_descent
< base_type, next_type
seek_descent
 
typedef seek_descent::type type
 

Static Public Member Functions

static type call (Iterator const &it)
 

Member Typedef Documentation

template<typename Iterator >
typedef Iterator::base_type boost::fusion::extension::next_impl< flatten_view_iterator_tag >::apply< Iterator >::base_type
template<typename Iterator >
typedef Iterator::first_type boost::fusion::extension::next_impl< flatten_view_iterator_tag >::apply< Iterator >::first_type
template<typename Iterator >
typedef result_of::next<first_type>::type boost::fusion::extension::next_impl< flatten_view_iterator_tag >::apply< Iterator >::next_type
template<typename Iterator >
typedef detail::seek_descent<base_type, next_type> boost::fusion::extension::next_impl< flatten_view_iterator_tag >::apply< Iterator >::seek_descent
template<typename Iterator >
typedef seek_descent::type boost::fusion::extension::next_impl< flatten_view_iterator_tag >::apply< Iterator >::type

Member Function Documentation

template<typename Iterator >
static type boost::fusion::extension::next_impl< flatten_view_iterator_tag >::apply< Iterator >::call ( Iterator const &  it)
inlinestatic

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