tmp/tmpcfovqsml/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,7 @@
|
|
| 1 |
#### Array modifications <a id="meta.trans.arr">[[meta.trans.arr]]</a>
|
| 2 |
|
| 3 |
-
[*Note 1*: For multidimensional arrays, only the first array dimension
|
| 4 |
-
is removed. For a type “array of `const U`”, the resulting type is
|
| 5 |
-
`const U`. — *end note*]
|
| 6 |
-
|
| 7 |
[*Example 1*:
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
// the following assertions hold:
|
| 11 |
assert((is_same_v<remove_extent_t<int>, int>));
|
|
|
|
| 1 |
#### Array modifications <a id="meta.trans.arr">[[meta.trans.arr]]</a>
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
[*Example 1*:
|
| 4 |
|
| 5 |
``` cpp
|
| 6 |
// the following assertions hold:
|
| 7 |
assert((is_same_v<remove_extent_t<int>, int>));
|