MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/NonTypeTemplateParameterPackTest.cpp:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37int main(){
38 Test t;
39
40 t.summ(1,2,3);
41
42 Test::Map<int, int> a;
43
44 return t.sum<1, 5, 7>();
45}

Callers

nothing calls this directly

Calls 1

summMethod · 0.80

Tested by

no test coverage detected