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

Every instance of every specialization of mapping is unique, exhaustive, and strided. See LayoutMapping for the semantics of these predicate mapping traits.

# Declarations

static constexpr bool is_unique() noexcept;

(since C++23)

static constexpr bool is_exhaustive() noexcept;

(since C++23)

static constexpr bool is_strided() noexcept;

(since C++23)

static constexpr bool is_always_unique() noexcept;

(since C++23)

static constexpr bool is_always_exhaustive() noexcept;

(since C++23)

static constexpr bool is_always_strided() noexcept;

(since C++23)

# Example

This section is incompleteReason: no example