From Jason Turner

[coroutine.handle.noop.promise]

Diff to HTML by rtfpessoa

tmp/tmpqipv3tru/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ##### Promise access <a id="coroutine.handle.noop.promise">[[coroutine.handle.noop.promise]]</a>
2
+
3
+ ``` cpp
4
+ noop_coroutine_promise& promise() const noexcept;
5
+ ```
6
+
7
+ *Returns:* A reference to the promise object associated with this
8
+ coroutine handle.
9
+