Function nvcv::operator<<(std::ostream&, const nvcv::Size2D&)

Function Documentation

inline std::ostream &nvcv::operator<<(std::ostream &out, const nvcv::Size2D &size)

Overloads the stream insertion operator for Size2D.

This allows for easy printing of Size2D structures in the format “width x height”.

Parameters:
  • out – Output stream to which the size string will be written.

  • sizeSize2D structure to be output.

Returns:

Reference to the modified output stream.