摘要: auto_ptr<>, unique_ptr<>, shared_ptr<>, weak_ptr<> 参考: https://changkun.de/modern-cpp/zh-cn/05-pointers/ 1. auto_ptr<> #include<memory> #include <iost 阅读全文
posted @ 2021-12-23 17:24 算是一个初学者 阅读(253) 评论(0) 推荐(0) 编辑