会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
IT由零开始
博客园
首页
新随笔
联系
管理
订阅
2015年11月23日
Effective STL
摘要: 第9条:慎重选择删除元素的方法 删除特定值元素,vector、string、deque用erase-remove:c.erase(remove(c.begin(),c.end(),1963),c.end()); list用c.remove();关联容器用c.erase(). vector、strin
阅读全文
posted @ 2015-11-23 18:17 IT由零开始
阅读(236)
评论(0)
推荐(0)
编辑
公告