Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
template_tuple<Templates...> f7() {}
7
8
void 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