#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 |
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 |