Function iox::mepoo::operator<<(log::LogStream&, const MemoryManager::Error)

Function Documentation

log::LogStream &iox::mepoo::operator<<(log::LogStream &stream, const MemoryManager::Error value) noexcept

Convenience stream operator to easily use the asStringLiteral function 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 stream which was provided as input parameter