Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
07.17-genericLambdaVarArgsForward1/main.cpp:29–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
int main()
30
{
31
auto steeringLogger = getNamedLogger(
"Steering"
s);
32
auto brakeLogger = getNamedLogger(
"Brake"
s);
33
34
steeringLogger(
"angle"
s, 90);
35
}
Callers
nothing calls this directly
Calls
1
getNamedLogger
Function · 0.70
Tested by
no test coverage detected