Mutating Sequence Operators
Various algorithms are provided that are used to modify the original object.
copy
copy_backward
swap
swap_ranges
iter_swap
transform
replace
replace_copy
replace_copy_if
fill
fill_n
generate
generate_n
remove
remove_if
remove_copy
remove_copy_if
unique
unique_copy
reverse
reverse_copy
rotate
rotate_copy
random_shuffle
partition
stable_partition