Searched defs:equal_impl (Results 1 – 4 of 4) sorted by relevance
65 struct equal_impl struct67 typedef typename begin<Sequence1>::type first1_;68 typedef typename begin<Sequence2>::type first2_;69 typedef typename end<Sequence1>::type last1_;70 typedef typename end<Sequence2>::type last2_;79 > fold_;81 typedef typename fold_::iterator iter1_;82 typedef typename fold_::state iter2_;86 > result_;88 typedef typename result_::type type;
27 inline bool equal_impl( SinglePassTraversalReadableIterator1 first1, in equal_impl() function66 inline bool equal_impl( SinglePassTraversalReadableIterator1 first1, in equal_impl() function105 inline bool equal_impl( RandomAccessTraversalReadableIterator1 first1, in equal_impl() function119 inline bool equal_impl( RandomAccessTraversalReadableIterator1 first1, in equal_impl() function
74 bool equal_impl(const this_t & rhs){ in equal_impl() function in boost::archive::iterators::transform_width
334 bool equal_impl(object const& x1, object const& x2) const in equal_impl() function in test::exception::equal_to