std::layout_left::mapping<Extents>::stride
Min standard notice:
Returns the stride of the mapping at a rank index i. Equivalent to return extents().fwd-prod-of-extents(i);.
# Declarations
constexpr index_type stride(rank_type i) const noexcept;
(since C++23)
# Parameters
i: a rank index in the range [0, extents_type::rank())
# Return value
The stride at a specified rank index.
# Example
This section is incompleteReason: no example