tmp/tmpz73w8opf/{from.md → to.md}
RENAMED
|
@@ -14,11 +14,12 @@ pointer operator->() const noexcept;
|
|
| 14 |
|
| 15 |
*Requires:* `get() != nullptr`.
|
| 16 |
|
| 17 |
*Returns:* `get()`.
|
| 18 |
|
| 19 |
-
*Note
|
|
|
|
| 20 |
|
| 21 |
``` cpp
|
| 22 |
pointer get() const noexcept;
|
| 23 |
```
|
| 24 |
|
|
|
|
| 14 |
|
| 15 |
*Requires:* `get() != nullptr`.
|
| 16 |
|
| 17 |
*Returns:* `get()`.
|
| 18 |
|
| 19 |
+
[*Note 4*: The use of this function typically requires that `T` be a
|
| 20 |
+
complete type. — *end note*]
|
| 21 |
|
| 22 |
``` cpp
|
| 23 |
pointer get() const noexcept;
|
| 24 |
```
|
| 25 |
|