Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpl::advance_impl< aux::pair_iter_tag >::apply< Iter, D > Struct Template Reference

#include <pair_view.hpp>

Public Types

typedef mpl::advance< typename
Iter::first, D >::type 
i1_
 
typedef mpl::advance< typename
Iter::second, D >::type 
i2_
 
typedef pair_iter< i1_, i2_,
typename Iter::category > 
type
 

Member Typedef Documentation

template<typename Iter , typename D >
typedef mpl::advance< typename Iter::first,D >::type boost::mpl::advance_impl< aux::pair_iter_tag >::apply< Iter, D >::i1_
template<typename Iter , typename D >
typedef mpl::advance< typename Iter::second,D >::type boost::mpl::advance_impl< aux::pair_iter_tag >::apply< Iter, D >::i2_
template<typename Iter , typename D >
typedef pair_iter<i1_,i2_,typename Iter::category> boost::mpl::advance_impl< aux::pair_iter_tag >::apply< Iter, D >::type

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