Files
2025-10-25 03:02:53 +03:00

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;

1

#

Preconditions: i < rank() is true.

2

#

Returns: Ei.

🔗

constexpr index_type extent(rank_type i) const noexcept;

3

#

Preconditions: i < rank() is true.

4

#

Returns: Di.