名前空間
変種
操作

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

From cppreference.com
< cpp‎ | container‎ | mdspan‎ | layout right‎ | mapping
 
 
 
 
std::layout_right::mapping
メンバ関数
監視
mapping::is_uniquemapping::is_exhaustivemapping::is_stridedmapping::is_always_uniquemapping::is_always_exhaustivemapping::is_always_strided
非メンバ関数
 
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

[編集]

[編集] 関連項目

English 日本語 中文(简体) 中文(繁體)