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_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM > Struct Template Reference

#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
 

Member Typedef Documentation

template<typename BOOST_MPL_AUX_NA_PARAM, typename BOOST_MPL_AUX_NA_PARAM>
typedef pair_iter<iter1_,iter2_,category_> boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::begin
template<typename BOOST_MPL_AUX_NA_PARAM, typename BOOST_MPL_AUX_NA_PARAM>
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_
template<typename BOOST_MPL_AUX_NA_PARAM, typename BOOST_MPL_AUX_NA_PARAM>
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
template<typename BOOST_MPL_AUX_NA_PARAM, typename BOOST_MPL_AUX_NA_PARAM>
typedef begin<Sequence1>::type boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::iter1_
template<typename BOOST_MPL_AUX_NA_PARAM, typename BOOST_MPL_AUX_NA_PARAM>
typedef begin<Sequence2>::type boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::iter2_
template<typename BOOST_MPL_AUX_NA_PARAM, typename BOOST_MPL_AUX_NA_PARAM>
typedef nested_begin_end_tag boost::mpl::pair_view< BOOST_MPL_AUX_NA_PARAM, BOOST_MPL_AUX_NA_PARAM >::tag

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