智能指针

1、头文件

#include <memory>

2、类型

auto_ptr

share_ptr

weak_ptr

unique_ptr

原文地址:https://www.cnblogs.com/judes/p/10475518.html