File tree 3 files changed +37
-9
lines changed
3 files changed +37
-9
lines changed Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ std::cout << new_enum::value3 << std::endl
1002
1002
1003
1003
2. 尝试用[折叠表达式](#折叠表达式)实现用于计算均值的函数,传入允许任意参数。
1004
1004
1005
- > 参考答案[见此](../exercises/2)。
1005
+ > 参考答案[见此](../../ exercises/2)。
1006
1006
1007
1007
[返回目录](./toc.md) | [上一章](./01-intro.md) | [下一章 运行时强化](./03-runtime.md)
1008
1008
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 附录 3:现代 C++ 特性索引
3
+ type : book-zh-cn
4
+ order : 13
5
+ ---
6
+
7
+ # 附录 3:现代 C++ 特性索引表
8
+
9
+ | 特性概述 | 首次出现章节 | 首次出现版本 |
10
+ | :--------| :-----------| :----------|
11
+ | 概念(Concept) | 第二章 | C++20 |
12
+ | 模板参数推导 | | C++17 |
13
+ | 非类型模板参数的 auto 推导 | | C++17 |
14
+ | 折叠表达式 | | C++17 |
15
+ | 花括号初始化列表的 auto 推导 | | C++17 |
16
+ | constexpr lambda | | C++17 |
17
+ | lambda 表达式的 this 值捕获 | | C++17 |
18
+ | 内联变量 | | C++17 |
19
+ | 嵌套 namespace | | C++17 |
20
+ | 结构化绑定 | | C++17 |
21
+ | 带初始值的 switch 语句 | | C++17 |
22
+ | constexpr if | | C++17 |
23
+ | UTF-8 字符字面量 | | C++17 |
24
+ | 枚举的直接初始化列表 | | C++17 |
25
+ | attributes | | C++17 |
26
+ | ` std::variant ` | | C++17 |
27
+ | ` std::optional ` | | C++17 |
28
+ | ` std::any ` | | C++17 |
29
+ | ` std::string_view ` | | C++17 |
30
+ | ` std::invoke ` | | C++17 |
31
+ | ` std::apply ` | | C++17 |
32
+ | ` std::filesystem ` | | C++17 |
33
+ | ` std::byte ` | | C++17 |
34
+ | map 和 set 的拼接 | | C++17 |
35
+ | 并行算法 | | C++17 |
36
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments