[next] [prev] [prev-tail] [tail] [up]
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.
[next] [prev] [prev-tail] [front] [up]