会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我是张洪铭我是熊博士
时光静好,与君同;细水长流,与君语
博客园
首页
新随笔
联系
管理
订阅
2019年12月10日
QMap::remove操作,并不会调用值的析构,跟QTreeWidget同类,需要主动去释放
摘要: void test_MapRemvoe() { DBOperator * painter = new DBOperator; QMap map; map.insert(1, painter); DBOperator * painterOther = map.value(1); qDebug()<<painterOther; map.remove(1...
阅读全文
posted @ 2019-12-10 15:13 我是张洪铭我是熊博士
阅读(1744)
评论(0)
推荐(0)
编辑