STL Algorithms Modifying sequence operations « C++





STL Algorithms Modifying sequence operations /

copy 16copy_backward 2copy_if 1fill 4
fill_n 4generate 6generate_n 4iter_swap 2
partition 2random_shuffle 5remove 7remove_copy 2
remove_copy_if 3remove_if 3replace if 3replace 4
replace_copy 2replace_copy_if 3reverse 6reverse_copy 3
rotate 4rotate_copy 3stable_partition 2swap 4
swap_ranges 4transform 17unique copy 7unique 3