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

Function foo2

tests/TemplateExpansionTest.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6template_tuple<Templates...> f7() {}
7
8void foo2() {
9 f7<identity>();
10}
11
12
13 template<typename> class A { };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected