tmp/tmpih23vi6n/{from.md → to.md}
RENAMED
|
@@ -25,11 +25,11 @@ is_base_of<int, int>::value // false
|
|
| 25 |
|
| 26 |
Given the following function prototype:
|
| 27 |
|
| 28 |
``` cpp
|
| 29 |
template <class T>
|
| 30 |
-
|
| 31 |
```
|
| 32 |
|
| 33 |
the predicate condition for a template specialization
|
| 34 |
`is_convertible<From, To>` shall be satisfied if and only if the return
|
| 35 |
expression in the following code would be well-formed, including any
|
|
|
|
| 25 |
|
| 26 |
Given the following function prototype:
|
| 27 |
|
| 28 |
``` cpp
|
| 29 |
template <class T>
|
| 30 |
+
add_rvalue_reference_t<T> create() noexcept;
|
| 31 |
```
|
| 32 |
|
| 33 |
the predicate condition for a template specialization
|
| 34 |
`is_convertible<From, To>` shall be satisfied if and only if the return
|
| 35 |
expression in the following code would be well-formed, including any
|