From 20de30d5d7ee90e653192355b56dd761423fa0d3 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Mon, 10 Sep 2018 12:55:14 +0800 Subject: [PATCH] Update stl.md --- docs/ds/stl.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ds/stl.md b/docs/ds/stl.md index 94ae55e3..24901ad5 100644 --- a/docs/ds/stl.md +++ b/docs/ds/stl.md @@ -4,7 +4,7 @@ STL 是 Standard Template Library 的简称,中文名为标准模板库。它是 C++ 的一大特色,里面包含了许多标准算法或数据结构。 -在 C++ 标准中,STL 被组织为下面的 13 个头文件:、、、、、、、<forward_list>、、<unordered_map>、、、、<unordered_set>、、。 +在 C++ 标准中,STL 被组织为下面的 13 个头文件:``、``、``、``、``、``、``、``、``、``、``、``、``、``、``、``。 ## 数据结构 @@ -46,6 +46,8 @@ STL 提供了大约 100 个实现算法的模版函数,基本都包含在 +https://en.cppreference.com/w/ + +http://www.cplusplus.com/reference/ -- 2.11.0