c/c++ 标准顺序容器 容器的访问,删除 操作
2021-06-30 05:04
标签:name begin const last 顺序容器 ons int 引用 erase c/c++ 标准顺序容器 容器的访问,删除 操作 标签:name begin const last 顺序容器 ons int 引用 erase 原文地址:https://www.cnblogs.com/xiaoshiwang/p/9643807.htmlc/c++ 标准顺序容器 容器的访问,删除 操作
pop_front:vector,string不支持
pop_back:forward_list不支持
知识点
1,front, back, at 成员函数的使用,对应代码里的test1
2,删除最后一个元素pop_back, 删除第一个元素pop_front,对应代码里的test2
3,删除指定位置的元素erase,并返回下一位置的迭代器 ,对应代码里的test3
#include
#include
c/c++ 学习互助QQ群:877684253
本人微信:xiaoshitou5854
下一篇:python进程
文章标题:c/c++ 标准顺序容器 容器的访问,删除 操作
文章链接:http://soscw.com/index.php/essay/99693.html