Yurttas/PL/OOL/Cplusplus/F/02/04/05/01/00/swap.h

From ZCubes Wiki
Jump to navigation Jump to search
1// swap.h
2
3
4template<class T>
5void swap(T& a,
6          T& b);