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

Function Documentation

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

Overloads the stream insertion operator for NVCVStatus.

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

  • status – NVCVStatus code to be output.

Returns:

Reference to the modified output stream.