std::layout_stride::mapping

Header: <mdspan>

The class template layout_stride::mapping controls how multidimensional indices are mapped with user-defined strides to a one-dimensional value representing the offset.

# Declarations

template< class Extents >
class layout_stride::mapping;

(since C++23)

# See also