Fork me on github
摘要: 先上结论,对vector的内存处理需要两步: 1 std::vector<int> test_clear; 2 test_clear.clear(); 3 test_clear.shrink_to_fit(); 分析: 上周帮人做了个作,用C++实现一些算法,因为好久没碰代码了,结果vector好多 阅读全文
posted @ 2020-03-28 10:38 未配妥剑,已入江湖 阅读(417) 评论(0) 推荐(0) 编辑