c++标准库中的四个智能指针比较

c++的智能指针在标准库中有四种auto_ptr、 unique_ptr、 shared_ptr、  weak_ptr

具体四种智能指针的使用场景和优缺点需要进一步学习。

博文地址:

http://blog.csdn.net/zsc_976529378/article/details/52250597

原文地址:https://www.cnblogs.com/hanmolabi/p/8127636.html