inline const Size<T>& operator =(const Size<T> & sz); inline const Size<T>& operator =(T value); inline const Size<T>& operator =(BoundsType bt);
|
Parameters |
Description |
|
const Size<T> & sz |
A size whose components set those of the current size. |
|
T value |
A value that sets both components of a current size. |
|
BoundsType bt |