std::layout_left - cppreference.com (original) (raw)

| | | | | -------------------- | | ------------- | | struct layout_left; | | (since C++23) |

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.

[edit] Nested class templates

| | a layout mapping of layout_left(public member class template)[edit] | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

[edit] See also

| | column-major layout mapping policy with padding stride that can be greater than or equal to the leftmost extent (class template) [edit] | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | | row-major multidimensional array layout mapping policy; rightmost extent has stride 1 (class) [edit] | | | a layout mapping policy with user-defined strides (class) [edit] |