Searched defs:equal_impl (Results 1 – 2 of 2) 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