Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ Test
Function
Test
12-Advanced Template/Answer-code/Invoke.cpp:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
int Test(int param)
82
{
83
std::println(
"Hello, {}"
, param);
84
return param + 1;
85
}
86
87
class A
88
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected