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

Function Fun

tests/Cpp20ClassAsNTTP2Test.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12template<A a>
13void Fun()
14{
15 printf("prim\n");
16}
17
18template<>
19void Fun<A{3}>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected