We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04420e8 commit bc4ff8fCopy full SHA for bc4ff8f
book/zh-cn/03-runtime.md
@@ -77,7 +77,7 @@ void lambda_reference_capture() {
77
- \[\] 空捕获列表
78
- \[name1, name2, ...\] 捕获一系列变量
79
- \[&\] 引用捕获, 让编译器自行推导捕获列表
80
-- \[=\] 值捕获, 让编译器执行推导应用列表
+- \[=\] 值捕获, 让编译器执行推导引用列表
81
82
**4. 表达式捕获**
83
0 commit comments