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

Method generator

tests/EduCoroutineCaptureConstTest.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 };
23
24 generator(generator &&rhs) : p{std::exchange(rhs.p, nullptr)} {}
25 ~generator() { if (p) { p.destroy(); } }
26
27private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected