We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131a258 commit d8eae21Copy full SHA for d8eae21
STL/README.md
@@ -54,7 +54,7 @@ empty|返回 vector 是否为空
54
reserve|请求 vector 容量至少足以包含 n(参数)个元素
55
shrink_to_fit|要求容器减小其 capacity(容量)以适应其 size(元素数量)
56
operator[]|返回容器中第 n(参数)个位置的元素的引用
57
-at|返回中第 n(参数)个位置的元素的引用
+at|返回容器中第 n(参数)个位置的元素的引用
58
front|返回对容器中第一个元素的引用
59
back|返回对容器中最后一个元素的引用
60
data|返回指向容器中第一个元素的指针
0 commit comments