C++ 智能指针shared_ptr和weak_ptr

简要整理 C++ 中 shared_ptr 和 weak_ptr 的关系、使用场景和循环引用问题,是智能指针学习笔记。

c++shared_ptrweak_ptr智能指针