std::layout_right::mapping<Extents>:: mapping-traits
From cppreference.net
<
cpp
|
container
|
mdspan
|
layout right
|
mapping
C++
Containers library
|
(C++17)
|
||||
| Sequence | ||||
|
(C++11)
|
||||
|
(C++26)
|
||||
|
(C++26)
|
||||
|
(C++11)
|
||||
| Associative | ||||
| Unordered associative | ||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
|
(C++11)
|
||||
| Adaptors | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
| Views | ||||
|
(C++20)
|
||||
|
(C++23)
|
||||
| Tables | ||||
| Iterator invalidation | ||||
| Member function table | ||||
| Non-member function table |
std::mdspan
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::layout_right::mapping
| Member functions | ||||
| Observers | ||||
|
mapping::is_unique
mapping::is_exhaustive
mapping::is_strided
mapping::is_always_unique
mapping::is_always_exhaustive
mapping::is_always_strided
|
||||
| Non-member functions | ||||
|
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
예제
|
이 섹션은 불완전합니다
이유: 예제 없음 |
참고 항목
| 이 섹션은 불완전합니다 |