Namespaces
Variants

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

From cppreference.net
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

関連項目