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 56b7216 commit 0033268Copy full SHA for 0033268
doc/tutorial.zh-cn.md
@@ -343,7 +343,7 @@ Value o(kObjectType);
343
344

345
346
-在 C++11 中这称为转移赋值操作(move assignment operator)。由于 RapidJSON 支持 C++03,它在赋值操作采用转移语义,其它修改形函数如 `AddMember()`, `PushBack()` 也采用转移语义。
+在 C++11 中这称为转移赋值操作(move assignment operator)。由于 RapidJSON 支持 C++03,它在赋值操作采用转移语义,其它修改型函数如 `AddMember()`, `PushBack()` 也采用转移语义。
347
348
### 转移语义及临时值 {#TemporaryValues}
349
0 commit comments