Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
07.23-genericLambdaVarArgsForward5/main.cpp:39–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
int main()
40
{
41
auto steeringLogger = getNamedLogger(
"Steering"
s);
42
auto brakeLogger =
43
getNamedLogger(
"Brake"
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