MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / StringFormatOutput

Function StringFormatOutput

Libraries/Strings/StringFormat.h:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27struct SC_STRINGS_EXPORT StringFormatOutput
28{
29 StringFormatOutput(StringEncoding encoding, IGrowableBuffer& buffer) : encoding(encoding), growableBuffer(&buffer)
30 {}
31
32 /// @brief Constructs a StringFormatOutput object pushing to a console
33 /// @param encoding The given encoding

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected