Function iox::capro::operator<<(std::ostream&, const ServiceDescription&)

Function Documentation

std::ostream &iox::capro::operator<<(std::ostream &stream, const ServiceDescription &service) noexcept

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

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

  • service[in] ServiceDescription that shall be converted

Returns:

the reference to stream which was provided as input parameter