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

Method final_suspend

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

Source from the content-addressed store, hash-verified

19 };
20 void unhandled_exception() { throw; }
21 std::suspend_never final_suspend() noexcept
22 {
23 return {};
24 }
25};
26struct R {
27 R(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected