yomm2

RestrictedOutputStream

Stream& operator<<(Stream& os, const std::string_view& view);
Stream& operator<<(Stream& os, const void* value);
Stream& operator<<(Stream& os, size_t value);

(where Stream is the type of the error_stream data member)