MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / ~Base

Method ~Base

base_code/virtual_inline.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 cout << "I am Base\n";
55 }
56 virtual ~Base() = default;
57};
58class Derived : public Base
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected