Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ R
Method
R
tests/Issue727_3.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
};
26
struct R {
27
R(
28
std::coroutine_handle<> d) noexcept
29
: data(d)
30
{
31
}
32
std::coroutine_handle<> data;
33
using promise_type = P;
34
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected