16.13.vector erase | ||||
16.13.1. | Remove(delete) all elements in the vector | |||
16.13.2. | Erase first element | |||
16.13.3. | erase the numbers 2 through 5 in v1 | |||
16.13.4. | insert and erase. | |||
16.13.5. | Use unique_copy to remove duplicate words | |||
16.13.6. | Erase adjacent duplicates | |||
16.13.7. | Erase all value in a vector more than three standard deviations greater than the mean | |||
16.13.8. | Erase all value in a vector more than three standard deviations less than the mean with erase() remove_if() and bind2nd |