std::layout_stride::mapping<Extents>::strides
From cppreference.com
< cpp | container | mdspan | layout stride | mapping
constexpr std::array<index_type, rank_> strides() const noexcept; |
(since C++23) | |
Returns an array of strides of the mapping. Equivalent to return strides_;.
Contents |
[edit] Parameters
(none)
[edit] Return value
Array of strides
[edit] Example
This section is incomplete Reason: no example |
[edit] See also
obtains the stride along the specified dimension (public member function) | |
obtains the stride along the specified dimension (public member function of std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy> )
|