tmp/tmpgnzabrns/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Class `noop_coroutine_promise` <a id="coroutine.promise.noop">[[coroutine.promise.noop]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
struct noop_coroutine_promise {};
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
The class `noop_coroutine_promise` defines the promise type for the
|
| 8 |
+
coroutine referred to by `noop_coroutine_handle` [[coroutine.syn]].
|
| 9 |
+
|