std::layout_right::mapping<Extents>:: extents
From cppreference.net
<
cpp
|
container
|
mdspan
|
layout right
|
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_right::mapping
| Member functions | ||||
| Observers | ||||
|
mapping::extents
|
||||
| Non-member functions | ||||
|
constexpr
const
extents_type
&
extents
(
)
const
noexcept
;
|
(depuis C++23) | |
Retourne une référence constante à l'objet extents. Équivalent à return extents_ ; .
Table des matières |
Paramètres
(aucun)
Valeur de retour
Une référence constante aux dimensions.
Exemple
|
Cette section est incomplète
Raison : aucun exemple |
Voir aussi
|
obtient l'objet extents
(fonction membre publique de
std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>
)
|