std::layout_right::mapping<Extents>::stride

Returns the stride of the mapping at a rank index i. Equivalent to return extents().rev-prod-of-extents(i);.

# Declarations

constexpr index_type stride(rank_type i) const noexcept;

(since C++23)

# Parameters

# Return value

The stride at a specified rank index.

# Example

This section is incompleteReason: no example

# See also