MCPcopy 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
17template<class... Args>
18void f2(Args... args) {
19 auto lm = [&, args...] { return g(args...); };
20 lm();
21}
22
23int main()
24{

Callers 1

mainFunction · 0.70

Calls 1

gFunction · 0.70

Tested by

no test coverage detected