| United States-English |
|
|
|
![]() |
HP C++ User Documentation |
|
NAMEswap - Exchange values. SYNOPSIS#include <algorithm> template <class T> void swap (T& a, T& b); DESCRIPTIONThe swap algorithm exchanges the values of a and b. The effect is: T tmp = a a = b b = tmp SEE ALSOiter_swap, swap_ranges STANDARDS CONFORMANCEANSI X3J16/ISO WG21 Joint C++ Committee |
| About PDF files: The PDF files on this site can be read online or printed using Adobe® Acrobat® Reader. If you do not have this software on your system, you may download it from Adobe's website. | ||
|
|||||||||||||||