inline void Swap(Rect<T> * pr);
Swap swaps the components of the current rectangle with those of a passed rectangle.
|
Parameters |
Description |
|
Rect<T> * pr |
A pointer to the rectangle whose components are to be swapped with those of the current rectangle. |