Function iox::capro::operator<<(log::LogStream&, const ServiceDescription&)

Function Documentation

log::LogStream &iox::capro::operator<<(log::LogStream &stream, const ServiceDescription &service) noexcept

Convenience stream operator to easily use the ServiceDescription with log::LogStream.

Parameters:
  • stream[in] output LogStream to write the message to

  • service[in] ServiceDescription that shall be converted

Returns:

the reference to stream which was provided as input parameter