Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::detail::seek_descent< Base, Iterator, class > Struct Template Reference

#include <flatten_view_iterator.hpp>

Public Types

typedef make_descent_cons
< Iterator > 
make_descent_cons_
 
typedef make_descent_cons_::type cons_type
 
typedef
build_flatten_view_iterator
< cons_type, Base > 
build_flatten_view_iterator_
 
typedef
build_flatten_view_iterator_::type 
type
 

Static Public Member Functions

static type apply (Base const &base, Iterator const &it)
 

Member Typedef Documentation

template<class Base , class Iterator , class = void>
typedef build_flatten_view_iterator<cons_type, Base> boost::fusion::detail::seek_descent< Base, Iterator, class >::build_flatten_view_iterator_
template<class Base , class Iterator , class = void>
typedef make_descent_cons_::type boost::fusion::detail::seek_descent< Base, Iterator, class >::cons_type
template<class Base , class Iterator , class = void>
typedef make_descent_cons<Iterator> boost::fusion::detail::seek_descent< Base, Iterator, class >::make_descent_cons_
template<class Base , class Iterator , class = void>
typedef build_flatten_view_iterator_::type boost::fusion::detail::seek_descent< Base, Iterator, class >::type

Member Function Documentation

template<class Base , class Iterator , class = void>
static type boost::fusion::detail::seek_descent< Base, Iterator, class >::apply ( Base const &  base,
Iterator const &  it 
)
inlinestatic

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