MCPcopy 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

8public:
9 std::shared_ptr<B> pointer;
10 ~A() {
11 std::cout << "A 被销毁" << std::endl;
12 }
13};
14class B {
15public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected