MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / WithParamsGeneric

Function WithParamsGeneric

tests/LambdaWithStaticInvokerTest.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25auto glambda = [](auto a) { return a; };
26
27void WithParamsGeneric()
28{
29 int (*fp)(int) = glambda;
30}
31
32auto lWithParamsAndNTTP = []<int X = 3, int Z = 4>(int x, int y)
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected