Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::mpl::aux::equal_pred< Predicate, LastIterator1, LastIterator2 >::apply< Iterator2, Iterator1 > Struct Template Reference

#include <equal.hpp>

Public Types

typedef and_< not_< is_same
< Iterator1, LastIterator1 >
>, not_< is_same< Iterator2,
LastIterator2 >
>, aux::iter_apply2
< Predicate, Iterator1,
Iterator2 > >::type 
type
 

Member Typedef Documentation

template<typename Predicate , typename LastIterator1 , typename LastIterator2 >
template<typename Iterator2 , typename Iterator1 >
typedef and_< not_< is_same<Iterator1,LastIterator1> > , not_< is_same<Iterator2,LastIterator2> > , aux::iter_apply2<Predicate,Iterator1,Iterator2> >::type boost::mpl::aux::equal_pred< Predicate, LastIterator1, LastIterator2 >::apply< Iterator2, Iterator1 >::type

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