Function iox::operator<<(std::ostream&, Error)
Defined in File error_handling.hpp
Function Documentation
-
std::ostream &iox::operator<<(std::ostream &stream, Error value) noexcept
Convenience stream operator to easily use the Error enum with std::ostream.
- Parameters:
stream – [in] sink to write the message to
value – [in] to convert to a string literal
- Returns:
the reference to
streamwhich was provided as input parameter