STL(Standard Template Library)
中文名称: 标准模板库
一, 序列式容器
1. 向量(vector)
1 | v.push_back(x); //往vector的末尾插入一个元素x |
1 | v.push_back(x); //往vector的末尾插入一个元素x |
Author: Qin Peng
Permalink: https://qpwlkq.github.io/2020/10/13/STL_%E6%B1%87%E6%80%BB/
License: Copyright (c) 2020 BY QPWLKQ LICENSE
Slogan: 每一个不曾起舞的日子, 都是对生命的辜负