swap_ranges « STL Algorithms Modifying sequence operations « C++






1.Illustrating the generic swap_ranges algorithm
2.Swap elements in first five elements of an array with elements in last five elements
3.Use swap_ranges to swap elements in one container with corresponding elements in another container
4.Use swap_ranges to mirror first three with last three elements