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