标签:
1.删除元素
std::vector<int>::iterator it = vec.begin()+10; vec.erase(it);
c++ vector使用要点
原文地址:http://www.cnblogs.com/happydemo/p/4650175.html