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

Method R

tests/Issue727_2.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32struct R {
33 R(
34 std::coroutine_handle<> d) noexcept
35 : data(d)
36 {
37 }
38 std::coroutine_handle<> data;
39 using promise_type = P;
40};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected