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

Function StrCat

InsightsStrCat.h:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115namespace details {
116void StrCat(std::string& ret, const auto&... args)
117{
118 (ret += ... += ::clang::insights::Normalize(args));
119}
120//-----------------------------------------------------------------------------
121} // namespace details
122

Callers 15

VisitCoawaitExprMethod · 0.85
InsertCoroutineMethod · 0.85
InsertArgMethod · 0.85
BuildResumeLabelNameMethod · 0.85
CallConstructorFunction · 0.85
CallDestructorFunction · 0.85
InsertArgMethod · 0.85
FormatCastMethod · 0.85
InclusionDirectiveMethod · 0.85
MacroDefinedMethod · 0.85

Calls 1

NormalizeFunction · 0.70

Tested by

no test coverage detected