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