Table of Contents
Previous Section Next Section

swap

template <class T>     void swap(T &i, T &j);

The swap( ) algorithm exchanges the values referred to by i and j.


Table of Contents
Previous Section Next Section