C++11 新特性 ⑥ | 智能指针 unique_ptr、shared_ptr 和 weak_ptr

目录

1、引言

2、unique_ptr

3、shared_ptr

4、weak_ptr

5、shared_ptr循环引用问题(面试题)


你可能感兴趣的:(C/C++基础与进阶,C++,C++11,C++11新特性,auto_ptr,unique_ptr,shared_ptr,weak_ptr)