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

#include <pair_view.hpp>

Public Types

typedef aux::pair_iter_tag tag
 
typedef Category category
 
typedef Iter1 first
 
typedef Iter2 second
 

Member Typedef Documentation

template<typename Iter1 , typename Iter2 , typename Category >
typedef Category boost::mpl::pair_iter< Iter1, Iter2, Category >::category
template<typename Iter1 , typename Iter2 , typename Category >
typedef Iter1 boost::mpl::pair_iter< Iter1, Iter2, Category >::first
template<typename Iter1 , typename Iter2 , typename Category >
typedef Iter2 boost::mpl::pair_iter< Iter1, Iter2, Category >::second
template<typename Iter1 , typename Iter2 , typename Category >
typedef aux::pair_iter_tag boost::mpl::pair_iter< Iter1, Iter2, Category >::tag

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