Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
07.25-genericLambdaVarArgsForward7/main.cpp:38–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
int main()
39
{
40
auto steeringLogger = getNamedLogger(
"Steering"
s);
41
auto brakeLogger = getNamedLogger(
"Brake"
s,
"Left"
s,
"Front"
s);
42
43
steeringLogger(
"angle"
s, 90);
44
}
Callers
nothing calls this directly
Calls
1
getNamedLogger
Function · 0.70
Tested by
no test coverage detected