awz66661
notes / crypto / systems
文章
标签
归档
主页
tag
weak_ptr
1 篇文章使用了这个标签。
01
2024/04/03
技术
3 min read
C++ 智能指针shared_ptr和weak_ptr
简要整理 C++ 中 shared_ptr 和 weak_ptr 的关系、使用场景和循环引用问题,是智能指针学习笔记。
c++
shared_ptr
weak_ptr
智能指针