inline bool operator !=(const Size<T> & sz) const;
Parameters |
Description |
const Size<T> & sz |
The passed size whose components are compared to those of the first size. |
A Boolean value of 1 (true) if the two sizes are not equal and 0 (false) if they are.