Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ iterator
Method
iterator
tests/Issue92.cpp:35–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
bool done = false;
34
35
iterator(std::coroutine_handle<promise_type> hco, bool done)
36
: hco(hco), done(done) {}
37
38
iterator& operator++()
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected