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

Function foo

tests/ClassOperatorHandler7Test.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19template <typename T>
20void foo()
21{
22 A<T> a;
23 a.foo(3);
24}
25
26template void foo<int>(); // first case
27template void foo<int*>(); // second case

Callers

nothing calls this directly

Calls 1

fooMethod · 0.45

Tested by

no test coverage detected