23
Containers library
[containers]
23.7
Views
[views]
23.7.3
Multidimensional access
[views.multidim]
23.7.3.7
submdspan
[mdspan.sub]
23.7.3.7.3
submdspan_
mapping_
result
[mdspan.sub.map.result]
1
#
Specializations of
submdspan_
mapping_
result
are returned by overloads of
submdspan_
mapping
.
🔗
namespace
std
{
template
<
class
LayoutMapping
>
struct
submdspan_mapping_result
{
[
[
no_unique_address
]
]
LayoutMapping mapping
=
LayoutMapping
(
)
; size_t offset
{
}
;
}
;
}
2
#
submdspan_
mapping_
result
has the data members and special members specified above
.
It has no base classes or members other than those specified
.
3
#
LayoutMapping
shall meet the layout mapping requirements (
[mdspan.
layout.
policy.
reqmts]
)
.