-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
79 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,20 @@ | ||
# STL标准模板库 | ||
|
||
- [STL标准模板库](#stl标准模板库) | ||
- [分配器```allocator```](#分配器allocator) | ||
- [迭代器```iterator```](#迭代器iterator) | ||
- [容器```container```](#容器container) | ||
- [函数对象```functor```](#函数对象functor) | ||
- [适配器```adapter```](#适配器adapter) | ||
- [分配器allocator](#分配器allocator) | ||
- [迭代器iterator](#迭代器iterator) | ||
- [容器container](#容器container) | ||
- [函数对象functor](#函数对象functor) | ||
- [适配器adapter](#适配器adapter) | ||
|
||
![STL六大模块](https://github.com/gongluck/images/blob/main/stl/STL六大模块.png) | ||
|
||
## 分配器```allocator``` | ||
## [分配器allocator](./allocator.md) | ||
|
||
[分配器```allocator```](./allocator.md) | ||
## [迭代器iterator](./iterator.md) | ||
|
||
## 迭代器```iterator``` | ||
## [容器container](./container.md) | ||
|
||
[迭代器```iterator```](./iterator.md) | ||
## [函数对象functor](./functor.md) | ||
|
||
## 容器```container``` | ||
|
||
[容器```container```](./container.md) | ||
|
||
## 函数对象```functor``` | ||
|
||
[函数对象```functor```](./functor.md) | ||
|
||
## 适配器```adapter``` | ||
|
||
[适配器```adapter```](./adapter.md) | ||
## [适配器adapter](./adapter.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.