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

Method CodeGeneratorVariant

CodeGenerator.h:693–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691
692public:
693 CodeGeneratorVariant(OutputFormatHelper& _outputFormatHelper)
694 : CodeGeneratorVariant{_outputFormatHelper, CodeGenerator::LambdaInInitCapture::No}
695 {
696 }
697
698 CodeGeneratorVariant(OutputFormatHelper& _outputFormatHelper,
699 CodeGenerator::LambdaStackType& lambdaStack,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected