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