From Jason Turner

[coroutine.handle.noop.observers]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpkwn9h216/{from.md → to.md} +14 -0
tmp/tmpkwn9h216/{from.md → to.md} RENAMED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ##### Observers <a id="coroutine.handle.noop.observers">[[coroutine.handle.noop.observers]]</a>
2
+
3
+ ``` cpp
4
+ constexpr explicit operator bool() const noexcept;
5
+ ```
6
+
7
+ *Returns:* `true`.
8
+
9
+ ``` cpp
10
+ constexpr bool done() const noexcept;
11
+ ```
12
+
13
+ *Returns:* `false`.
14
+