tmp/tmpi5r1cu__/{from.md → to.md}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
operator T& () const noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* The stored reference.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
-
T& get() const noexcept;
|
| 11 |
```
|
| 12 |
|
| 13 |
*Returns:* The stored reference.
|
| 14 |
|
|
|
|
| 1 |
+
#### Access <a id="refwrap.access">[[refwrap.access]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
constexpr operator T& () const noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* The stored reference.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
+
constexpr T& get() const noexcept;
|
| 11 |
```
|
| 12 |
|
| 13 |
*Returns:* The stored reference.
|
| 14 |
|