tmp/tmpgoq1ooab/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#### Function template `inout_ptr` <a id="inout.ptr">[[inout.ptr]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class Pointer = void, class Smart, class... Args>
|
| 5 |
-
auto inout_ptr(Smart& s, Args&&... args);
|
| 6 |
```
|
| 7 |
|
| 8 |
Let `P` be `Pointer` if `is_void_v<Pointer>` is `false`, otherwise
|
| 9 |
*`POINTER_OF`*`(Smart)`.
|
| 10 |
|
|
|
|
| 1 |
#### Function template `inout_ptr` <a id="inout.ptr">[[inout.ptr]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class Pointer = void, class Smart, class... Args>
|
| 5 |
+
constexpr auto inout_ptr(Smart& s, Args&&... args);
|
| 6 |
```
|
| 7 |
|
| 8 |
Let `P` be `Pointer` if `is_void_v<Pointer>` is `false`, otherwise
|
| 9 |
*`POINTER_OF`*`(Smart)`.
|
| 10 |
|