std::layout_stride::mapping<Extents>:: strides
From cppreference.net
<
cpp
|
container
|
mdspan
|
layout stride
|
mapping
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
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::layout_stride::mapping
| Member functions | ||||
| Observers | ||||
|
mapping::strides
|
||||
| Non-member functions | ||||
|
constexpr
std::
array
<
index_type, rank_
>
strides
(
)
const
noexcept
;
|
(seit C++23) | |
Gibt ein Array von Schritten der Abbildung zurück. Entspricht return strides_ ; .
Inhaltsverzeichnis |
Parameter
(keine)
Rückgabewert
Array von Strides
Beispiel
|
Dieser Abschnitt ist unvollständig
Grund: Kein Beispiel |
Siehe auch
|
ermittelt die Schrittweite entlang der angegebenen Dimension
(öffentliche Elementfunktion) |
|
|
ermittelt die Schrittweite entlang der angegebenen Dimension
(öffentliche Elementfunktion von
std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>
)
|