Function libCZI::operator<<(std::ostream&, const IntRect&)

Function libCZI::operator<<(std::ostream&, const IntRect&)#

Function Documentation#

inline std::ostream &libCZI::operator<<(std::ostream &os, const IntRect &rect)#

Stream insertion operator for the libCZI::IntRect type. A string of the form ‘(x,y,width,height)’ is output to the stream.

Parameters:
  • os[in] The stream to output the rect to.

  • rect – The rectangle.

Returns:

The ostream object os.