Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f
Function
f
tests/LambdaPackExpansionTest.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#if 0
10
template<class... Args>
11
void f(Args... args) {
12
auto lm = [&] { return g(args...); };
13
lm();
14
}
15
#endif
16
17
template<class... Args>
Callers
nothing calls this directly
Calls
1
g
Function · 0.70
Tested by
no test coverage detected