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

#include <zip_view.hpp>

Public Types

typedef forward_iterator_tag category
 
typedef transform1
< IteratorSeq, deref< _1 >
>::type 
type
 
typedef zip_iterator< typename
transform1< IteratorSeq,
mpl::next< _1 > >::type
next
 

Member Typedef Documentation

template<typename IteratorSeq >
typedef forward_iterator_tag boost::mpl::zip_iterator< IteratorSeq >::category
template<typename IteratorSeq >
typedef zip_iterator< typename transform1< IteratorSeq , mpl::next<_1> >::type > boost::mpl::zip_iterator< IteratorSeq >::next
template<typename IteratorSeq >
typedef transform1< IteratorSeq , deref<_1> >::type boost::mpl::zip_iterator< IteratorSeq >::type

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