We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc091a commit 34807adCopy full SHA for 34807ad
1 file changed
reference/stop_token/stop_source/op_constructor.md
@@ -22,7 +22,7 @@ stop_source(stop_source&& rhs) noexcept; // (4)
22
## 事後条件
23
- (1) : [`stop_possible()`](stop_possible.md) `==` `true` かつ[`stop_requested()`](stop_requested.md) `==` `false`。
24
- (2) : [`stop_possible()`](stop_possible.md) `==` `false` かつ[`stop_requested()`](stop_requested.md) `==` `false`。
25
-- (2) : `*this` `==` `rhs`。(`rhs`が停止状態を所有していれば、`*this`と`rhs`は同じ停止状態を共有するようになる)
+- (3) : `*this` `==` `rhs`。(`rhs`が停止状態を所有していれば、`*this`と`rhs`は同じ停止状態を共有するようになる)
26
- (4) : もし`rhs`が停止状態を所有していればその所有権が`*this`へ移動し、`rhs.`[`stop_possible()`](stop_possible.md) `==` `false`となる。
27
28
## 例外
0 commit comments