First page
Back
Continue
Last page
Graphics
remove_copy_if(b, e, d, p);
copies all elements for which predicate p(elem) is false.
see remove2.cpp for example.