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