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

1// swap.h
2
3
4template<class T>
5void swap(T& a,
6          T& b);