MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / Test

Method Test

base_code/template.cpp:303–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301{
302public:
303 Test() { cout << "Test()\n"; }
304 Test(int a) { cout << "Test(int)\n"; }
305 Test(int a, int b) { cout << "Test(int, int)\n"; }
306 ~Test() { cout << "~Test()\n"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected