摘要: 目录概念一、std::auto_ptr二、std::unique_ptr常用函数自定义智能指针对象持有的资源的释放函数三、std::shared_ptr常用函数四、std::enable_shared_from_this五、std::weak_ptr常用函数智能指针使用注意事项智能指针的简单实现 概 阅读全文
posted @ 2023-10-18 23:19 黄河大道东 阅读(20) 评论(0) 推荐(0) 编辑