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

Method initial_suspend

tests/Issue727_2.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13struct P {
14 astupid_noop initial_suspend()
15 {
16 return {};
17 }
18 void return_void() const noexcept
19 {
20 std::cout<<"return_void()\n";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected