MCPcopy 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
10template<class... Args>
11void f(Args... args) {
12 auto lm = [&] { return g(args...); };
13 lm();
14}
15#endif
16
17template<class... Args>

Callers

nothing calls this directly

Calls 1

gFunction · 0.70

Tested by

no test coverage detected