Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ end
Method
end
tests/Issue255_2.cpp:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
template <typename access_type = int>
24
Iterator<access_type> end() {
25
return {this, 2};
26
}
27
};
28
29
void test() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected