tmp/tmpl_ynlvzm/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
##### Alias template `dextents` <a id="mdspan.extents.dextents">[[mdspan.extents.dextents]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
template<class IndexType, size_t Rank>
|
| 5 |
+
using dextents = see below;
|
| 6 |
+
```
|
| 7 |
+
|
| 8 |
+
*Result:* A type `E` that is a specialization of `extents` such that
|
| 9 |
+
`E::rank() == Rank && E::rank() == E::rank_dynamic()` is `true`, and
|
| 10 |
+
`E::index_type` denotes `IndexType`.
|
| 11 |
+
|