MCPcopy Create free account
hub / github.com/dobin/RedEdr / StringStream

Class StringStream

RedEdrShared/loguru.cpp:1729–1732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1727 // ----------------------------------------------------------------------------
1728
1729 struct StringStream
1730 {
1731 std::string str;
1732 };
1733
1734 // Use this in your EcPrinter implementations.
1735 void stream_print(StringStream & out_string_stream, const char* text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected