std::layout_right::mapping

Header: <mdspan>

The class template layout_right::mapping controls how multidimensional indices are mapped in a row-major manner to a one-dimensional value representing the offset. The mapping has stride 1 at rightmost extent and strides increase right-to-left as the products of extents.

# Declarations

template< class Extents >
class layout_right::mapping;

(since C++23)

# Example

This section is incompleteReason: no example

# See also