This commit is contained in:
Light-City 2019-12-12 16:12:34 +08:00
parent 4f149eec72
commit 43c6c39099
3 changed files with 5 additions and 8 deletions

Binary file not shown.

View File

@ -71,9 +71,8 @@ for(decl:col) {
- Alias(化名)Template(template typedef)
[alias.cpp](./c++2.0/alias.cpp)
[template_template.cpp](./c++2.0/template_template.cpp)
- [alias.cpp](./c++2.0/alias.cpp)
- [template_template.cpp](./c++2.0/template_template.cpp)
- [template template parameter](./c++2.0/template_template.cpp)
- [type alias](./c++2.0/type_alias.cpp)
@ -86,11 +85,9 @@ for(decl:col) {
- [move aware class](./c++2.0/move.cpp)
- 容器-结构与分类
(1) 序列式容器包括array(C++2.0新引入),vector,deque,list,forward_list(C++2.0新引入)
(2) 关联式容器包括set/multiset,map/multimap
(3) 无序容器(C++2.0新引入,更换原先hash_xxx为unordered_xxx)包括unordered_map/unordered_multimap,unordered_set/unordered_multiset
- (1) 序列式容器包括array(C++2.0新引入),vector,deque,list,forward_list(C++2.0新引入)
- (2) 关联式容器包括set/multiset,map/multimap
- (3) 无序容器(C++2.0新引入,更换原先hash_xxx为unordered_xxx)包括unordered_map/unordered_multimap,unordered_set/unordered_multiset
- [Hash Function](./c++2.0/hash.cpp)
- [tuple](./c++2.0/tuple.cpp)

Binary file not shown.