Function navtk::operator<<(std::ostream&, ErrorMode)

Function Documentation

std::ostream &navtk::operator<<(std::ostream &os, ErrorMode error_mode)

Print the name-qualified human-readable name of the ErrorMode, for example "ErrorMode::OFF"

Parameters
  • os – Stream output

  • error_mode – Value to print to the stream

Returns

The output stream os after writing.