std::layout_right::mapping<Extents>::stride
Min standard notice:
Returns the required size of the mapping.
# Declarations
constexpr index_type required_span_size() const noexcept;
(since C++23)
# Return value
The required size of the mapping.
# Example
This section is incompleteReason: no example