Function iox::capro::operator<<(log::LogStream&, const ServiceDescription&)
Defined in File service_description.hpp
Function Documentation
-
log::LogStream &iox::capro::operator<<(log::LogStream &stream, const ServiceDescription &service) noexcept
Convenience stream operator to easily use the
ServiceDescriptionwith log::LogStream.- Parameters:
stream – [in] output LogStream to write the message to
service – [in] ServiceDescription that shall be converted
- Returns:
the reference to
streamwhich was provided as input parameter