1.2 KiB
1.2 KiB
[mdspan.extents.obs]
23 Containers library [containers]
23.7 Views [views]
23.7.3 Multidimensional access [views.multidim]
23.7.3.3 Class template extents [mdspan.extents]
23.7.3.3.4 Observers of the multidimensional index space [mdspan.extents.obs]
static constexpr size_t static_extent(rank_type i) noexcept;
Preconditions: i < rank() is true.
Returns: Ei.
constexpr index_type extent(rank_type i) const noexcept;
Preconditions: i < rank() is true.
Returns: Di.