
智能指针
文章平均质量分 95
智能指针
hhhcbw
Hello World!!!
展开
-
C++深入剖析智能指针
本文深入shared_ptr,weak_ptr以及unique_ptr的MSVC源码实现,理解智能指针的具体实现。原创 2024-08-25 18:58:25 · 432 阅读 · 0 评论 -
C++智能指针(三)——unique_ptr初探
与共享指针shared_ptr用于共享对象的目的不同,unique_ptr是用于独享对象,下面简单介绍下unique_ptr及其使用,参考书籍《The C++ Standard Libraray》。原创 2023-10-14 22:11:19 · 1123 阅读 · 0 评论 -
C++智能指针(二)——weak_ptr初探
C++智能指针weak_ptr介绍,参考书籍《The C++ Standard Library》原创 2023-10-12 20:59:42 · 1316 阅读 · 0 评论 -
C++智能指针(一)——shared_ptr初探
智能指针shared_ptr简单介绍,参考书籍《The C++ Standard Library》原创 2023-10-11 21:11:10 · 744 阅读 · 0 评论