Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f2
Function
f2
tests/LambdaPackExpansionTest.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
template<class... Args>
18
void f2(Args... args) {
19
auto lm = [&, args...] { return g(args...); };
20
lm();
21
}
22
23
int main()
24
{
Callers
1
main
Function · 0.70
Calls
1
g
Function · 0.70
Tested by
no test coverage detected