Skip to content

Commit

Permalink
小修改
Browse files Browse the repository at this point in the history
  • Loading branch information
huihut committed Aug 7, 2018
1 parent 131a258 commit d8eae21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ empty|返回 vector 是否为空
reserve|请求 vector 容量至少足以包含 n(参数)个元素
shrink_to_fit|要求容器减小其 capacity(容量)以适应其 size(元素数量)
operator[]|返回容器中第 n(参数)个位置的元素的引用
at|返回中第 n(参数)个位置的元素的引用
at|返回容器中第 n(参数)个位置的元素的引用
front|返回对容器中第一个元素的引用
back|返回对容器中最后一个元素的引用
data|返回指向容器中第一个元素的指针
Expand Down

0 comments on commit d8eae21

Please sign in to comment.