Searched refs:ys_it (Results 1 – 1 of 1) sorted by relevance
60 iterator ys_it = ys.begin(); in sort() local63 while (xs_it != xs_end && ys_it != ys_end) { in sort()64 if (is_less_than(*ys_it, *xs_it)) { in sort()65 xs.splice(xs_it, ys, ys_it++); in sort()71 xs.splice(xs_end, ys, ys_it, ys_end); in sort()