摘要: 1.Smartpointer是指针类,会自动释放指针分配的空间 2.包括auto_ptr,shared_ptr,unique_ptr 3.使用方法 (1)包含#include (2)实例化 auto_ptr pd(new double); auto_ptr ps(new string); uniqu 阅读全文
posted @ 2024-08-26 18:44 zhongta 阅读(10) 评论(0) 推荐(0)