First page
Back
Continue
Last page
Graphics
remove_if
remove_if(ForwardIterator beg, ForwardIterator end, UnaryPredicate op)
Removes each element in the range [beg,end) for which the unary predicate op(elem) yields true.