Table of Contents
Previous Section Next Section

iter_swap

template <class ForIter1, class ForIter2>    void iter_swap(ForIter1 i, ForIter2 j)

The iter_swap( ) algorithm exchanges the values pointed to by its two iterator arguments.


Table of Contents
Previous Section Next Section