From Jason Turner

[expected.un.obs]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp2bmdwki7/{from.md → to.md} +16 -0
tmp/tmp2bmdwki7/{from.md → to.md} RENAMED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #### Observers <a id="expected.un.obs">[[expected.un.obs]]</a>
2
+
3
+ ``` cpp
4
+ constexpr const E& error() const & noexcept;
5
+ constexpr E& error() & noexcept;
6
+ ```
7
+
8
+ *Returns:* *unex*.
9
+
10
+ ``` cpp
11
+ constexpr E&& error() && noexcept;
12
+ constexpr const E&& error() const && noexcept;
13
+ ```
14
+
15
+ *Returns:* `std::move(`*`unex`*`)`.
16
+