std::layout_stride::mapping<Extents>::strides
来自 cppreference.com
< cpp | container | mdspan | layout stride | mapping
constexpr std::array<index_type, rank_> strides() const noexcept; |
(自 C++23 起) | |
返回映射的步长数组。等效于 return strides_;.
内容 |
[编辑] 参数
(无)
[编辑] 返回值
步长数组
[编辑] 示例
本节尚未完善 原因:没有示例 |
[编辑] 另请参阅
获取指定维度的步长 (公有成员函数) | |
获取指定维度的步长 ( std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy> 的公有成员函数) |