摘要: https://stackoverflow.com/questions/19735395/stl-assignment-operator-vs-assign-member-function assign函数的主要作用是将一种容器的数据复制到另一种容器 vector<int> v; list<int> 阅读全文
posted @ 2022-03-07 17:27 hellozhangjz 阅读(286) 评论(0) 推荐(0)