std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>:: extents
From cppreference.net
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
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
constexpr
const
extents_type
&
extents
(
)
const
noexcept
;
|
(seit C++23) | |
Gibt eine konstante Referenz auf die Ausdehnungen des Layout-Mappings
map_
zurück. Entspricht
return
map_.
extents
(
)
;
.
Inhaltsverzeichnis |
Parameter
(keine)
Rückgabewert
Eine konstante Referenz auf die Extents.
Beispiel
|
Dieser Abschnitt ist unvollständig
Grund: Kein Beispiel |
Siehe auch
| Dieser Abschnitt ist unvollständig |