MCPcopy 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
15void Func(int p)
16{
17 std::cout << p;
18}
19
20template<decltype(&Func) Pointer>
21void Test2(int param)

Callers 1

Test2Function · 0.70

Calls

no outgoing calls

Tested by 1

Test2Function · 0.56