#include <pair_view.hpp>
Public Types | |
typedef nested_begin_end_tag | tag |
typedef begin< Sequence1 >::type | iter1_ |
typedef begin< Sequence2 >::type | iter2_ |
typedef min< typename iterator_category< iter1_ > ::type, typename iterator_category< iter2_ > ::type >::type | category_ |
typedef pair_iter< iter1_, iter2_, category_ > | begin |
typedef pair_iter< typename end< Sequence1 >::type, typename end< Sequence2 > ::type, category_ > | end |
typedef pair_iter<iter1_,iter2_,category_> boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::begin |
typedef min< typename iterator_category<iter1_>::type , typename iterator_category<iter2_>::type >::type boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::category_ |
typedef pair_iter< typename end<Sequence1>::type , typename end<Sequence2>::type , category_ > boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::end |
typedef begin<Sequence1>::type boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::iter1_ |
typedef begin<Sequence2>::type boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::iter2_ |
typedef nested_begin_end_tag boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::tag |