std::layout_stride
From cppreference.com
C++
Containers library
(C++17) | ||||
| Sequence | ||||
(C++11) | ||||
(C++26) | ||||
(C++26) | ||||
(C++11) | ||||
| Associative | ||||
| Unordered associative | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
| Adaptors | ||||
(C++23) | ||||
(C++23) | ||||
(C++23) | ||||
(C++23) | ||||
| Views | ||||
(C++20) | ||||
(C++23) | ||||
| Tables | ||||
| Iterator invalidation | ||||
| Member function table | ||||
| Non-member function table |
std::mdspan
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Defined in header <mdspan>
|
||
| struct layout_stride; |
(since C++23) | |
layout_stride is a LayoutMappingPolicy which provides a layout mapping where the strides are user-defined.
|
|
(until C++26) |
|
|
(since C++26) |
[edit] Nested class templates
| a layout mapping of layout_stride (public member class template)[edit] |
[edit] See also
| (C++23) |
column-major multidimensional array layout mapping policy; leftmost extent has stride 1 (class) [edit] |
| (C++26) |
column-major layout mapping policy with padding stride that can be greater than or equal to the leftmost extent (class template) [edit] |
| (C++23) |
row-major multidimensional array layout mapping policy; rightmost extent has stride 1 (class) [edit] |
| (C++26) |
row-major layout mapping policy with padding stride that can be greater than or equal to the rightmost extent (class template) [edit] |