C++ smart pointer

C++ smart pointer

什么是 smart pointer/智能指针?

1、定义

2、实现

3、应用

std::shared_ptr

原文地址:https://www.cnblogs.com/xuanyuanchen/p/7456689.html