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

Method setInsertName

CodeGenerator.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 bool insertName() const { return (LambdaCallerType::Decltype != mLambdaCallerType) or mForceName; }
153
154 void setInsertName(bool b) { mForceName = b; }
155
156 private:
157 const LambdaCallerType mLambdaCallerType;

Callers 1

InsertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected