Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
01.01-variadicTemplateSum2/main.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
#endif
32
33
int main()
34
{
35
printf(
"%d\n"
, Add(2, 3, 4));
36
37
printf(
"%d\n"
, Add(2));
38
}
Callers
nothing calls this directly
Calls
1
Add
Function · 0.70
Tested by
no test coverage detected