Xander's Wiki
Home
Tags
Categories
Archives
Search
Effective STL
Category
28.使用base将reverse_iterator转为iterator
04-14
27.const_iterator到iterator的转换(distance、advance)
04-14
26.尽可能以iterator代替其const或reverse版本
04-13
24.针对性地使用map::operator[]与map::insert
04-13
23.考虑用有序vector代替关联容器
04-13
21.禁止直接修改set或mutiset的key
04-12
21.令比较函数在等值情况下返回false(严格弱序化)
04-12
20.为含有指针的关联容器指定比较类型
04-12
19.相等与等价的区别
04-11
18.避免使用vector<bool>
04-11
<i class="fa fa-angle-left"></i>
1
2
3
4
5
<i class="fa fa-angle-right"></i>