| 172 | ProcessingPrimaryTemplate); ///! We do not want to transform a primary template which contains a Coroutine. |
| 173 | |
| 174 | constexpr CodeGenerator(OutputFormatHelper& _outputFormatHelper, |
| 175 | LambdaStackType& lambdaStack, |
| 176 | LambdaInInitCapture lambdaInitCapture, |
| 177 | ProcessingPrimaryTemplate processingPrimaryTemplate) |
| 178 | : mOutputFormatHelper{_outputFormatHelper} |
| 179 | , mLambdaStack{lambdaStack} |
| 180 | , mLambdaInitCapture{lambdaInitCapture} |
| 181 | , mProcessingPrimaryTemplate{processingPrimaryTemplate} |
| 182 | { |
| 183 | } |
| 184 | |
| 185 | public: |
| 186 | explicit constexpr CodeGenerator(OutputFormatHelper& _outputFormatHelper) |
nothing calls this directly
no outgoing calls
no test coverage detected