Files
cppdraft_translate/cppdraft/mdspan/extents/dims.md
2025-10-25 03:02:53 +03:00

24 lines
782 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[mdspan.extents.dims]
# 23 Containers library [[containers]](./#containers)
## 23.7 Views [[views]](views#mdspan.extents.dims)
### 23.7.3 Multidimensional access [[views.multidim]](views.multidim#mdspan.extents.dims)
#### 23.7.3.3 Class template extents [[mdspan.extents]](mdspan.extents#dims)
#### 23.7.3.3.7 Alias template dims [mdspan.extents.dims]
[🔗](#lib:dims)
`template<size_t Rank, class IndexType = size_t>
using dims = see below;
`
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/containers.tex#L21511)
*Result*: A type E that is a specialization of extents such that E::rank() == Rank && E::rank() == E::rank_dynamic() is true, andE::index_type denotes IndexType[.](#1.sentence-1)