Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ end
Method
end
tests/Issue92.cpp:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
return { p, p.done() };
59
}
60
iterator end() { return { p, true }; }
61
62
generator(generator&& rhs) : p(rhs.p) { rhs.p = nullptr; }
63
~generator()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected