remove - C++ Reference - cplusplus.com - The C++ Resources Network
[Note: This is the reference for algorithm remove. See remove for 's remove.] Transforms the range [first,last) into a range with all the elements that compare equal to val removed, and returns an iterator to the new end of that range. The function cannot...