std::layout_left

Header: <mdspan>

layout_left is a LayoutMappingPolicy which provides a layout mapping where the leftmost extent has stride 1, and strides increase left-to-right as the product of extents.

# Declarations

struct layout_left;

(since C++23)

# See also