[mdspan.sub.map.result] (original) (raw)
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]
Specializations of submdspan_mapping_resultare returned by overloads of submdspan_mapping.
namespace std { template<class LayoutMapping> struct submdspan_mapping_result { [[no_unique_address]] LayoutMapping mapping = LayoutMapping(); size_t offset{};};}
submdspan_mapping_result has the data members and special members specified above.
It has no base classes or members other than those specified.