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

Method HandleTemplateParameterPack

CodeGenerator.cpp:4605–4608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4603//-----------------------------------------------------------------------------
4604
4605void CodeGenerator::HandleTemplateParameterPack(const ArrayRef<TemplateArgument>& args)
4606{
4607 ForEachArg(args, [&](const auto& arg) { InsertTemplateArg(arg); });
4608}
4609//-----------------------------------------------------------------------------
4610
4611void CodeGenerator::InsertTemplateArg(const TemplateArgument& arg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected