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

Method Func

tests/CXXMethodTemplateExplicitSpecializationTest.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template<>
10void Foo<int>::Func()
11{
12}
13
14template<>
15void Foo<char>::Func()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected