Function libCZI::operator<<(std::ostream&, const IntSize&)#
Defined in File libCZI_Pixels.h
Function Documentation#
-
inline std::ostream &libCZI::operator<<(std::ostream &os, const IntSize &size)#
Stream insertion operator for the libCZI::IntSize type. A string of the form ‘(width,height)’ is output to the stream.
- Parameters:
os – [in] The stream to output the size to.
size – The size structure.
- Returns:
The ostream object
os
.