update
This commit is contained in:
parent
4f149eec72
commit
43c6c39099
BIN
.README.md.un~
BIN
.README.md.un~
Binary file not shown.
13
README.md
13
README.md
@ -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.
Loading…
Reference in New Issue
Block a user