MCPcopy 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
81int Test(int param)
82{
83 std::println("Hello, {}", param);
84 return param + 1;
85}
86
87class A
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected