Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ ~A
Method
~A
code/5/5.3.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
public:
9
std::shared_ptr<B> pointer;
10
~A() {
11
std::cout <<
"A 被销毁"
<< std::endl;
12
}
13
};
14
class B {
15
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected