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

Method generator

tests/EduCoroutineFunctionTemplateTest.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 };
31
32 generator(generator &&rhs) : p{std::exchange(rhs.p, nullptr)} {}
33 ~generator() { if (p) { p.destroy(); } }
34
35private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected