Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Function
Fun
tests/Cpp20ClassAsNTTP2Test.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
template<A a>
13
void Fun()
14
{
15
printf(
"prim\n"
);
16
}
17
18
template<>
19
void Fun<A{3}>()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected