std::layout_left::mapping<Extents>:: mapping-traits
From cppreference.net
<
cpp
|
container
|
mdspan
|
layout left
|
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_left::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) | (desde C++23) |
|
static
constexpr
bool
is_exhaustive
(
)
noexcept
;
|
(2) | (desde C++23) |
|
static
constexpr
bool
is_strided
(
)
noexcept
;
|
(3) | (desde C++23) |
|
static
constexpr
bool
is_always_unique
(
)
noexcept
;
|
(4) | (desde C++23) |
|
static
constexpr
bool
is_always_exhaustive
(
)
noexcept
;
|
(5) | (desde C++23) |
|
static
constexpr
bool
is_always_strided
(
)
noexcept
;
|
(6) | (desde C++23) |
Cada instancia de cada especialización de
mapping
es única, exhaustiva y segmentada. Consulte
LayoutMapping
para la semántica de estos rasgos de mapeo predicado.
Contenidos |
Parámetros
(ninguno)
Valor de retorno
1-6)
true
Ejemplo
|
Esta sección está incompleta
Razón: sin ejemplo |
Véase también
| Esta sección está incompleta |