MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

01.05-variadicTemplateSum3/main.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21int main()
22{
23 printf("%d\n", Add(2, 3, 4));
24
25 printf("%d\n", Add(2));
26}

Callers

nothing calls this directly

Calls 1

AddFunction · 0.70

Tested by

no test coverage detected