Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ Func
Function
Func
12-Advanced Template/code/NTTP.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void Func(int p)
16
{
17
std::cout << p;
18
}
19
20
template<decltype(&Func) Pointer>
21
void Test2(int param)
Callers
1
Test2
Function · 0.70
Calls
no outgoing calls
Tested by
1
Test2
Function · 0.56