1.5.3.20 swapping


iter_swap(f,f)

Swap the values pointed to by the two iterators.



swap(&,&)

Swap the two values.



f2 swap_ranges(f1,f1end,f2)

Swap two ranges of values and return an iterator pointing to the end of the second range.