std::layout_stride::mapping<Extents>::stride

Returns the stride of the mapping at a rank index i. Equivalent to return strides_[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