std::layout_stride

Header: <mdspan>

layout_stride is a LayoutMappingPolicy which provides a layout mapping where the strides are user-defined.

# Declarations

struct layout_stride;

(since C++23)

# See also