Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/p0614Test.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
T f() { return T{}; }
12
13
int main() {
14
for (T thing = f(); auto& x : thing.items()) {
15
}
16
}
Callers
nothing calls this directly
Calls
2
f
Function · 0.70
items
Method · 0.45
Tested by
no test coverage detected