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

Method CoroutinesCodeGenerator

CodeGenerator.h:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532{
533public:
534 explicit CoroutinesCodeGenerator(OutputFormatHelper& _outputFormatHelper, const size_t posBeforeFunc)
535 : CoroutinesCodeGenerator{_outputFormatHelper, posBeforeFunc, {}, {}, {}}
536 {
537 }
538
539 explicit CoroutinesCodeGenerator(OutputFormatHelper& _outputFormatHelper,
540 const size_t posBeforeFunc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected