Searched refs:right_end (Results 1 – 1 of 1) sorted by relevance
633 equal_coll_impl( Left left_begin, Left left_end, Right right_begin, Right right_end ) in equal_coll_impl() argument638 … for( ; left_begin != left_end && right_begin != right_end; ++left_begin, ++right_begin, ++pos ) { in equal_coll_impl()656 if( right_begin != right_end ) { in equal_coll_impl()658 while( right_begin != right_end ) { in equal_coll_impl()