First page
Back
Continue Last page
Graphics
stable_partition(b, e, p);
Same as partition, but preserves the order of the moved elements.
See part1.cpp for an example.
Returns an iterator pointing to the second part.