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

Method Print

InsightsHelpers.cpp:1634–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1632//-----------------------------------------------------------------------------
1633
1634void StringStream::Print(const TemplateArgument& arg)
1635{
1636 arg.print(CppInsightsPrintingPolicy{}, *this, false);
1637}
1638//-----------------------------------------------------------------------------
1639
1640void StringStream::Print(const TemplateSpecializationType& arg)

Callers 4

InsertArgMethod · 0.45
GetNameFunction · 0.45

Calls 1

printFunction · 0.85

Tested by

no test coverage detected