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

Function main

tests/Cpp20ClassAsNTTP2Test.cpp:40–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40int main()
41{
42 Fun<A{2}>();
43 Fun<A{3}>();
44
45
46 auto a = varTmplTest<A{4}>;
47 auto b = varTmplTest<A{3}>; // existing A!
48
49
50ClsTmplTest<true, A{5}> clstmpl{};
51
52}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected