Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::pop_back_iterator< Iterator_, IsLast >::prior_impl< Iterator, IsLast_ > Struct Template Reference

#include <pop_back.hpp>

Inheritance diagram for boost::fusion::pop_back_iterator< Iterator_, IsLast >::prior_impl< Iterator, IsLast_ >:

Public Types

typedef
Iterator::iterator_base_type 
base_type
 
typedef result_of::prior
< base_type >::type 
base_prior
 
typedef pop_back_iterator
< base_prior, false > 
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (Iterator const &i)
 

Member Typedef Documentation

template<typename Iterator_ , bool IsLast>
template<typename Iterator, bool IsLast_>
typedef result_of::prior<base_type>::type boost::fusion::pop_back_iterator< Iterator_, IsLast >::prior_impl< Iterator, IsLast_ >::base_prior
template<typename Iterator_ , bool IsLast>
template<typename Iterator, bool IsLast_>
typedef Iterator::iterator_base_type boost::fusion::pop_back_iterator< Iterator_, IsLast >::prior_impl< Iterator, IsLast_ >::base_type
template<typename Iterator_ , bool IsLast>
template<typename Iterator, bool IsLast_>
typedef pop_back_iterator<base_prior, false> boost::fusion::pop_back_iterator< Iterator_, IsLast >::prior_impl< Iterator, IsLast_ >::type

Member Function Documentation

template<typename Iterator_ , bool IsLast>
template<typename Iterator, bool IsLast_>
static BOOST_FUSION_GPU_ENABLED type boost::fusion::pop_back_iterator< Iterator_, IsLast >::prior_impl< Iterator, IsLast_ >::call ( Iterator const &  i)
inlinestatic

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