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 9cd16e0 commit 6f4510eCopy full SHA for 6f4510e
reference/execution/execution/connect.md
@@ -5,7 +5,7 @@
5
* cpp26[meta cpp]
6
7
```cpp
8
-namespace std {
+namespace std::execution {
9
struct connect_t;
10
inline constexpr connect_t connect{};
11
}
@@ -120,12 +120,13 @@ completion_signatures<
120
set_error_t(exception_ptr),
121
set_stopped_t()>
122
```
123
+* completion_signatures[link completion_signatures.md]
124
* set_error_t[link set_error.md]
125
* set_stopped_t[link set_stopped.md]
126
* exception_ptr[link /reference/exception/exception_ptr.md]
127
* SET-VALUE-SIG[italic]
128
-説明用のコールーチン`suspend-complete`を下記の通り定義する。
129
+説明用の関数テンプレート`suspend-complete`とコルーチン`suspend-awaitable`を下記の通り定義する。
130
131
132
namespace std::execution {
0 commit comments