Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iterators::minimum_category< T1, T2 > Struct Template Reference

#include <minimum_category.hpp>

Inheritance diagram for boost::iterators::minimum_category< T1, T2 >:

Public Types

typedef
boost::iterators::detail::minimum_category_impl
< ::boost::is_convertible< T1,
T2 >::value,::boost::is_convertible
< T2, T1 >::value > 
outer
 
typedef outer::template apply
< T1, T2 > 
inner
 
typedef inner::type type
 

Member Typedef Documentation

template<class T1 = mpl::_1, class T2 = mpl::_2>
typedef outer::template apply<T1,T2> boost::iterators::minimum_category< T1, T2 >::inner
template<class T1 = mpl::_1, class T2 = mpl::_2>
typedef boost::iterators::detail::minimum_category_impl< ::boost::is_convertible<T1,T2>::value , ::boost::is_convertible<T2,T1>::value > boost::iterators::minimum_category< T1, T2 >::outer
template<class T1 = mpl::_1, class T2 = mpl::_2>
typedef inner::type boost::iterators::minimum_category< T1, T2 >::type

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