First page
Back
Continue
Last page
Graphics
remove(b, e, t);
arranges container so that the elements in the range [b,e) do not have the value t.
removes each element in range [b,e) for which the value is equal to t.
see remove1.cpp for example