std::layout_right::mapping<Extents>::mapping-traits
來自 cppreference.com
< cpp | 容器 | mdspan | layout_right | mapping
static constexpr bool is_unique() noexcept; |
(1) | (C++23 起) |
static constexpr bool is_exhaustive() noexcept; |
(2) | (C++23 起) |
static constexpr bool is_strided() noexcept; |
(3) | (C++23 起) |
static constexpr bool is_always_unique() noexcept; |
(4) | (C++23 起) |
static constexpr bool is_always_exhaustive() noexcept; |
(5) | (C++23 起) |
static constexpr bool is_always_strided() noexcept; |
(6) | (C++23 起) |
mapping
的每個特化例項都是唯一、窮盡且跨步的。有關這些謂詞對映特性的語義,請參閱 LayoutMapping。
目錄 |
[編輯] 引數
(無)
[編輯] 返回值
1-6) true
[編輯] 示例
本節不完整 原因:無示例 |
[編輯] 另請參閱
本節不完整 |