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

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