MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / StringStream

Method StringStream

InsightsHelpers.h:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302public:
303 StringStream()
304 : ::llvm::raw_string_ostream{mData}
305 {
306 }
307
308 void Print(const TemplateArgument&);
309 void Print(const TemplateSpecializationType&);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected