5#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MDSPAN_SUBMDSPAN_MAPPING_RESULT_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MDSPAN_SUBMDSPAN_MAPPING_RESULT_HPP_
8#include "arene/base/mdspan/is_layout_mapping.hpp"
9#include "arene/base/stdlib_choice/cstddef.hpp"
17template <
class LayoutMapping>
Definition array_exceptions_disabled.cpp:11
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10
Specializations of submdspan_mapping_result are returned by overloads of submdspan_mapping.
Definition submdspan_mapping_result.hpp:18
LayoutMapping mapping
The resulting mapping for the submdspan.
Definition submdspan_mapping_result.hpp:23
std::size_t offset
The starting offset for the submdspan.
Definition submdspan_mapping_result.hpp:27