Skip to content

Commit

Permalink
Update ch01.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjian85 authored Aug 1, 2021
1 parent 12a12f9 commit 8a666d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/src/ch01.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MyStruct ms;
auto [u, v] = ms;
```

这里,变量`u``v`的声明方式称为 *结构化绑定* 。 某种程度上可以说它们 *解构了* 用来初始化的对象(有些观点称它们为 *解构声明* )。
这里,变量`u``v`的声明方式称为 *结构化绑定* 。 某种程度上可以说它们 *分解了(Decompose)* 用来初始化的对象(有些观点称它们为 *分解声明(Decomposing Declaration)* )。

下列每一种声明方式都是支持的:

Expand Down

0 comments on commit 8a666d4

Please sign in to comment.