Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ operator co_await
Method
operator co_await
tests/EduCoroutineExprTest.cpp:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
std::coroutine_handle<promise_type> coro;
65
};
66
awaiter operator co_await() { return awaiter{coro}; }
67
T operator()()
68
{
69
coro.resume();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected