Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f
Function
f
tests/Issue238_2.cpp:14–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
14
void f() {
15
auto lambda = [](auto container) {
16
for(auto test : container) { }
17
};
18
19
MyArrayWrapper<int> vec{};
20
lambda(vec);
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected