Size::Swap

Size::Swap
inline void Swap(Size<T> * psz);
Description

Swap swaps the components of the current size with those of a passed size.

Parameters
Parameters 
Description 
Size<T> * psz 
A pointer to the size whose components are swapped with those of the current size.