Loading

摘要: STL中的VECTOR容器在.clear()之后清空内容但是没有释放内存 要释放内存要 vector<int>().swap(vec); 阅读全文
posted @ 2020-07-19 11:26 GrayKido 阅读(307) 评论(1) 推荐(0)