Namensräume
Varianten
Aktionen

std::layout_right::mapping<Extents>::extents

Von cppreference.com
< cpp‎ | container‎ | mdspan‎ | layout right‎ | mapping
 
 
 
 
 
constexpr const extents_type& extents() const noexcept;
(seit C++23)

Gibt eine const-Referenz auf das Extents-Objekt zurück. Entspricht return extents_;.

Inhalt

[edit] Parameter

(keine)

[edit] Rückgabewert

Eine const-Referenz auf die Extents.

[edit] Beispiel

[edit] Siehe auch

erhält das Extents-Objekt
(public member function of std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>) [bearbeiten]