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

Function main

07.21-genericLambdaVarArgsForward4/main.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getNamedLoggerFunction · 0.70

Tested by

no test coverage detected