operator<<#
Fully qualified name: omni::graph::exec::unstable::operator<<
- inline std::ostream &omni::graph::exec::unstable::operator<<(
 - std::ostream &os,
 - const ConstName &str,
 Output stream operator overload. Outputs the contents of
strto the streamos.- Parameters:
 os – Stream to output the string to.
str – The string to output.
- Throws:
 std::ios_base::failure – if an exception is thrown during output.
- Returns:
 os.