会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Exploring...
CnBlogs
Home
New Post
Contact
Admin
Subscription
2019年2月20日
boost::shared_ptr
boost::shared_ptr是boost库中用来管理指针的模板,使用它需要#include <boost/shared_ptr.hpp>。本文介绍它的一些基本用法。 第一,boost::shared_ptr管理的指针所指向的对象必须在堆中,因为该模板会在对象离开作用域后调用delete方法,如
Read More
posted @ 2019-02-20 16:12 洗盏更酌
Views(3939)
Comments(0)
Diggs(0)
Edit
公告