24.9.remove_copy | ||||
24.9.1. | std::remove_copy | |||
24.9.2. | Use remove_copy to delete all space in a char array | |||
24.9.3. | Use remove_copy with vector | |||
24.9.4. | Use remove_copy to print elements without those having the value 3 | |||
24.9.5. | Copy from one vector to another and remove values with remove_copy() |