Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
template <typename T>
20
void foo()
21
{
22
A<T> a;
23
a.foo(3);
24
}
25
26
template void foo<int>(); // first case
27
template void foo<int*>(); // second case
Callers
nothing calls this directly
Calls
1
foo
Method · 0.45
Tested by
no test coverage detected