摘要: 摘自《Effective STL》第9条 对于连续内存的容器(vector、deque 或 string),那么最好的办法是使用 erase-remove 的习惯用法: 对于 list,使用 list 的成员函数 remove 更加有效 对于关联容器(set、multiset、map、multima 阅读全文
posted @ 2016-06-23 13:20 Kjing 阅读(492) 评论(0) 推荐(0) 编辑