cpp/memory/how_to_understand_weak_ptr #67
Replies: 1 comment 2 replies
-
std::weak_ptr特点 不影响引用计数: 避免循环引用: 必须提升(lock)使用: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cpp/memory/how_to_understand_weak_ptr
编程指北: 计算机系统学习指南, 操作系统, 计算机网络, C++, Java, 算法, 数据结构
https://csguide.cn/cpp/memory/how_to_understand_weak_ptr.html
Beta Was this translation helpful? Give feedback.
All reactions