Function iox::popo::operator<<(log::LogStream&, AllocationError)
Defined in File chunk_sender.hpp
Function Documentation
-
inline log::LogStream &iox::popo::operator<<(log::LogStream &stream, AllocationError value) noexcept
Convenience stream operator to easily use the
asStringLiteralfunction with iox::log::LogStream.- 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