Function nvcv::operator<<(std::ostream&, Status)

Function Documentation

inline std::ostream &nvcv::operator<<(std::ostream &out, Status status)

Overloads the stream insertion operator for Status enum.

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

  • status – Status code to be output.

Returns:

Reference to the modified output stream.