MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

07.18-genericLambdaVarArgsForward2/main.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int main()
32{
33 auto steeringLogger = getNamedLogger("Steering"s);
34 auto brakeLogger = getNamedLogger("Brake"s, "Left"s, "Front"s);
35
36 steeringLogger("angle"s, 90);
37}

Callers

nothing calls this directly

Calls 1

getNamedLoggerFunction · 0.70

Tested by

no test coverage detected