会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
weijunyih's blog
新随笔
管理
2015年11月10日
auto_ptr 实现
摘要: #ifndef MYAUTOPTR_H#define MYAUTOPTR_Htemplateclass MyAutoPtr{private: _T* _ptr; public: typedef _T element_type; explicit MyAu...
阅读全文
posted @ 2015-11-10 22:19 WendellYih
阅读(211)
评论(0)
推荐(0)
编辑