std::layout_stride::mapping<Extents>::required_span_size

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

# See also