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

Method generator

tests/EduCoroutineSuspendNeverBoolTest.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected