std::layout_stride::mapping<Extents>::extents
Min standard notice:
Returns a const reference to the extents object. Equivalent to return extents_;.
# Declarations
constexpr const extents_type& extents() const noexcept;
(since C++23)
# Return value
A const reference to the extents.
# Example
This section is incompleteReason: no example