std::layout_left

From cppreference.com
< cpp‎ | container‎ | mdspan
 
 
 
 
Defined in header <mdspan>
struct layout_left;
(since 哋它亢++23)

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

Member class templates

a layout mapping of layout_left
(public member class template)

See also

(哋它亢++23)
row-major multidimensional array layout mapping policy; rightmost extent has stride 1
(class)
(哋它亢++23)
a layout mapping policy with user-defined strides
(class)