std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>::mapping

Returns the layout mapping. Equivalent to returnmap_;.

# Declarations

constexpr const mapping_type& mapping() const noexcept;

(since C++23)

# Return value

A const reference to the underlying layout mapping object of mapping_type.

# Example

This section is incompleteReason: no example