std::layout_right::mapping<Extents>::mapping-traits
Von cppreference.com
< cpp | container | mdspan | layout right | mapping
| 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 einzigartig, vollständig und gestreift. Die Semantik dieser prädikativen Mapping-Traits finden Sie unter LayoutMapping.
Inhalt |
[bearbeiten] Parameter
(keine)
[bearbeiten] Rückgabewert
1-6) true
[bearbeiten] Beispiel
| Dieser Abschnitt ist unvollständig Grund: kein Beispiel |
[bearbeiten] Siehe auch
| Dieser Abschnitt ist unvollständig |