Namespaces
Variants

std::layout_right::mapping<Extents>:: mapping-traits

From cppreference.net
static constexpr bool is_unique ( ) noexcept ;
(1) (seit C++23)
static constexpr bool is_exhaustive ( ) noexcept ;
(2) (seit C++23)
static constexpr bool is_strided ( ) noexcept ;
(3) (seit C++23)
static constexpr bool is_always_unique ( ) noexcept ;
(4) (seit C++23)
static constexpr bool is_always_exhaustive ( ) noexcept ;
(5) (seit C++23)
static constexpr bool is_always_strided ( ) noexcept ;
(6) (seit C++23)

Jede Instanz jeder Spezialisierung von mapping ist eindeutig, erschöpfend und gestaffelt. Siehe LayoutMapping für die Semantik dieser prädikativen Mapping-Eigenschaften.

Inhaltsverzeichnis

Parameter

(keine)

Rückgabewert

1-6) true

Beispiel

Siehe auch