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

Method Test

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected