Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f7
Function
f7
tests/TemplateExpansionTest.cpp:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
struct identity {};
5
template <template <typename> class... Templates>
6
template_tuple<Templates...> f7() {}
7
8
void foo2() {
9
f7<identity>();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected