std::layout_left::mapping<Extents>::mapping-traits
来自cppreference.com
< cpp | container | mdspan | layout left | 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
示例
本节未完成 原因:暂无示例 |
参阅
本节未完成 |