File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ namespace std::execution {
4848
4949`impls-for<into_variant_t>::get-state`メンバは、下記ラムダ式と等価な関数呼び出し可能なオブジェクトで初期化される。
5050
51- - 子[Sender](sender.md)の[値完了シグネチャを集約](value_types_of_t.md)した[`variant`](/reference/variant/variant.md)`<`[`tuple`](/reference/variant/variant .md)`<...>, ...>`型を[`type_identity`](/reference/type_traits/type_identity.md)クラステンプレートのパラメータに格納して返す。
51+ - 子[Sender](sender.md)の[値完了シグネチャを集約](value_types_of_t.md)した[`variant`](/reference/variant/variant.md)`<`[`tuple`](/reference/tuple/tuple .md)`<...>, ...>`型を[`type_identity`](/reference/type_traits/type_identity.md)クラステンプレートのパラメータに格納して返す。
5252
5353```cpp
5454[]<class Sndr, class Rcvr>(Sndr&& sndr, Rcvr& rcvr) noexcept
@@ -64,7 +64,7 @@ namespace std::execution {
6464
6565` impls-for<into_variant_t>::complete ` メンバは、下記ラムダ式と等価な関数呼び出し可能なオブジェクトで初期化される。
6666
67- - ` State ` として渡される前述` get-state ` メンバ戻り値型([ ` type_identity ` ] ( /reference/type_traits/type_identity.md ) )から、` into_varinat ` の送信値となる[ ` variant ` ] ( /reference/variant/variant.md ) ` < ` [ ` tuple ` ] ( /reference/variant/variant .md ) ` <...>, ...> ` 型情報を取り出す。
67+ - ` State ` として渡される前述` get-state ` メンバ戻り値型([ ` type_identity ` ] ( /reference/type_traits/type_identity.md ) )から、` into_varinat ` の送信値となる[ ` variant ` ] ( /reference/variant/variant.md ) ` < ` [ ` tuple ` ] ( /reference/tuple/tuple .md ) ` <...>, ...> ` 型情報を取り出す。
6868- [ 値完了] ( set_value.md ) の場合、引数パック` args... ` から送信値を構築して接続先[ Receiver] ( receiver.md ) の[ 値完了関数] ( set_value.md ) を呼び出す。
6969- [ エラー完了] ( set_error.md ) または[ 停止完了] ( set_stopped.md ) の場合、接続先[ Receiver] ( receiver.md ) の同種完了関数に全引数を転送する。
7070
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ AccessorPolicyは、多次元配列ビュー[`mdspan`](mdspan.md)を介した要
1313AccessorPolicyを満たす型` A ` は
1414
1515- ` A ` は[ ` copyable ` ] ( /reference/concepts/copyable.md ) のモデルであり、かつ
16- - [ ` is_nothrow_move_constructible_v ` ] ( /reference/type_traits/is_nothrow_constructible .md ) ` <A> ` は` true ` であり、かつ
16+ - [ ` is_nothrow_move_constructible_v ` ] ( /reference/type_traits/is_nothrow_move_constructible .md ) ` <A> ` は` true ` であり、かつ
1717- [ ` is_nothrow_move_assignable_v ` ] ( /reference/type_traits/is_nothrow_move_assignable.md ) ` <A> ` は` true ` であり、かつ
1818- [ ` is_nothrow_swappable_v ` ] ( /reference/type_traits/is_nothrow_swappable.md ) ` <A> ` は` true ` であること
1919
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ std::mdspan<int, Extents> mat3x2{a};
5252LayoutMappingを満たす型` M ` は
5353
5454- ` M ` は[ ` copyable ` ] ( /reference/concepts/copyable.md ) および[ ` equality_comparable ` ] ( /reference/concepts/equality_comparable.md ) のモデルであり、かつ
55- - [ ` is_nothrow_move_constructible_v ` ] ( /reference/type_traits/is_nothrow_constructible .md ) ` <M> ` は` true ` であり、かつ
55+ - [ ` is_nothrow_move_constructible_v ` ] ( /reference/type_traits/is_nothrow_move_constructible .md ) ` <M> ` は` true ` であり、かつ
5656- [ ` is_nothrow_move_assignable_v ` ] ( /reference/type_traits/is_nothrow_move_assignable.md ) ` <M> ` は` true ` であり、かつ
5757- [ ` is_nothrow_swappable_v ` ] ( /reference/type_traits/is_nothrow_swappable.md ) ` <M> ` は` true ` であること
5858
You can’t perform that action at this time.
0 commit comments