std::layout_left::mapping<Extents>::mapping-traits
来自 cppreference.cn
< cpp | container | mdspan | layout left | mapping
static constexpr bool is_unique() noexcept; |
(1) | (since C++23) |
static constexpr bool is_exhaustive() noexcept; |
(2) | (since C++23) |
static constexpr bool is_strided() noexcept; |
(3) | (since C++23) |
static constexpr bool is_always_unique() noexcept; |
(4) | (since C++23) |
static constexpr bool is_always_exhaustive() noexcept; |
(5) | (since C++23) |
static constexpr bool is_always_strided() noexcept; |
(6) | (since C++23) |
每个 mapping
的每个特化实例都是唯一的、穷尽的和跨步的。 有关这些谓词映射特征的语义,请参见 LayoutMapping 。
目录 |
[编辑] 参数
(无)
[编辑] 返回值
1-6) true
[编辑] 示例
本节尚不完整 原因:没有示例 |
[编辑] 参见
本节尚不完整 |