MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / A

Class A

12-Advanced Template/Answer-code/Invoke.cpp:87–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87class A
88{
89public:
90 int m = 0;
91 int Test(int param) const
92 {
93 std::println("Hello, {}", param);
94 return param + 1;
95 }
96};
97
98class B
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected