Function iox::capro::operator<<(std::ostream&, CaproMessageType)
Defined in File capro_message.hpp
Function Documentation
-
inline std::ostream &iox::capro::operator<<(std::ostream &stream, CaproMessageType value) noexcept
Convenience stream operator to easily use the
asStringLiteralfunction with std::ostream.- Parameters:
stream – [in] sink to write the message to
value – [in] to convert to a string literal
- Returns:
the reference to
streamwhich was provided as input parameter