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

Method LambdaScopeHandler

CodeGenerator.cpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239//-----------------------------------------------------------------------------
240
241CodeGenerator::LambdaScopeHandler::LambdaScopeHandler(LambdaStackType& stack,
242 OutputFormatHelper& outputFormatHelper,
243 const LambdaCallerType lambdaCallerType)
244: mStack{stack}
245, mHelper{lambdaCallerType, GetBuffer(outputFormatHelper)}
246{
247 mStack.push(mHelper);
248}
249//-----------------------------------------------------------------------------
250
251CodeGenerator::LambdaScopeHandler::~LambdaScopeHandler()

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected