Function iox::operator<<(std::ostream&, ConnectionState)

Function Documentation

inline std::ostream &iox::operator<<(std::ostream &stream, ConnectionState value) noexcept

Convenience stream operator to easily use the asStringLiteral function with std::ostream.

Parameters:
  • stream[in] sink to write the message to

  • value[in] to convert to a string literal

Returns:

the reference to stream which was provided as input parameter