C++顺序容器类总结

主要是vector,deque,list,forward_list,array,string

插入方法:

元素访问:

元素删除:

容器赋值:

forward_list有很多特殊的方法 毕竟平时forward_list不是很常用,所以先不总结了T_T

原文地址:https://www.cnblogs.com/fengyuehan/p/3988474.html