MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / ~Base

Method ~Base

tests/EduCfrontVtable5Test.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5class Base {
6public:
7 virtual ~Base() { puts("~Base"); }
8};
9
10class Derived : public Base {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected