Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpl::next< pair_iter< Iter1, Iter2, C > > Struct Template Reference

#include <pair_view.hpp>

Public Types

typedef mpl::next< Iter1 >::type i1_
 
typedef mpl::next< Iter2 >::type i2_
 
typedef pair_iter< i1_, i2_, C > type
 

Member Typedef Documentation

template<typename Iter1 , typename Iter2 , typename C >
typedef mpl::next<Iter1>::type boost::mpl::next< pair_iter< Iter1, Iter2, C > >::i1_
template<typename Iter1 , typename Iter2 , typename C >
typedef mpl::next<Iter2>::type boost::mpl::next< pair_iter< Iter1, Iter2, C > >::i2_
template<typename Iter1 , typename Iter2 , typename C >
typedef pair_iter<i1_,i2_,C> boost::mpl::next< pair_iter< Iter1, Iter2, C > >::type

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