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

Method LambdaHelper

CodeGenerator.h:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 {
123 public:
124 LambdaHelper(const LambdaCallerType lambdaCallerType, OutputFormatHelper& outputFormatHelper)
125 : mLambdaCallerType{lambdaCallerType}
126 , mCurrentVarDeclPos{outputFormatHelper.CurrentPos()}
127 , mOutputFormatHelper{outputFormatHelper}
128 {
129 mLambdaOutputFormatHelper.SetIndent(mOutputFormatHelper);
130 }
131
132 void finish()
133 {

Callers

nothing calls this directly

Calls 2

CurrentPosMethod · 0.80
SetIndentMethod · 0.80

Tested by

no test coverage detected