Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ ~Base
Method
~Base
base_code/struct_function.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
cout<<
"Base construct"
<<endl;
20
};
21
virtual ~Base() {
22
cout<<
"Base deconstruct"
<<endl;
23
};
24
};
25
26
typedef struct Base1 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected