Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::submdspan_mapping_result< LayoutMapping > Struct Template Reference

Specializations of submdspan_mapping_result are returned by overloads of submdspan_mapping. More...

Public Attributes

LayoutMapping mapping {}
 The resulting mapping for the submdspan.
 
std::size_t offset {}
 The starting offset for the submdspan.
 

Detailed Description

template<class LayoutMapping>
struct arene::base::submdspan_mapping_result< LayoutMapping >

Specializations of submdspan_mapping_result are returned by overloads of submdspan_mapping.

Template Parameters
LayoutMappingthe resulting mapping type of the submdspan.

Member Data Documentation

◆ mapping

template<class LayoutMapping>
LayoutMapping arene::base::submdspan_mapping_result< LayoutMapping >::mapping {}

The resulting mapping for the submdspan.

◆ offset

template<class LayoutMapping>
std::size_t arene::base::submdspan_mapping_result< LayoutMapping >::offset {}

The starting offset for the submdspan.


The documentation for this struct was generated from the following file: