8#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MDSPAN_LAYOUT_RIGHT_HPP_
9#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MDSPAN_LAYOUT_RIGHT_HPP_
14#include "arene/base/array/array.hpp"
15#include "arene/base/constraints/constraints.hpp"
16#include "arene/base/mdspan/detail/all_valid_submdspan_slice_types_for.hpp"
17#include "arene/base/mdspan/detail/is_submdspan_layout_preserving.hpp"
18#include "arene/base/mdspan/detail/layout_common.hpp"
19#include "arene/base/mdspan/detail/strided_mapping_base.hpp"
20#include "arene/base/mdspan/detail/submdspan_mapping_impl.hpp"
21#include "arene/base/mdspan/is_sliceable_mapping.hpp"
22#include "arene/base/mdspan/submdspan_subextents_type.hpp"
23#include "arene/base/stdlib_choice/enable_if.hpp"
24#include "arene/base/stdlib_choice/is_constructible.hpp"
25#include "arene/base/stdlib_choice/is_convertible.hpp"
26#include "arene/base/stdlib_choice/move.hpp"
41template <
class Extents>
66 constexpr mapping(extents_type
const& exts)
noexcept
A mapping from a logical pack of indices into a single flat physical output index.
Definition layout_left.hpp:84
static constexpr auto is_always_exhaustive() noexcept -> bool
Return whether or not this mapping is always exhaustive, i.e. every element is reachable using some i...
Definition layout_left.hpp:234
constexpr mapping(extents_type const &exts) noexcept
Construct a left-strided mapping for the given extents.
Definition layout_left.hpp:108
constexpr mapping() noexcept
Construct a default left-strided mapping for the given extents.
Definition layout_left.hpp:99
static constexpr auto is_exhaustive() noexcept -> bool
Return whether or not this instance is exhaustive, i.e. every element is reachable using some indices...
Definition layout_left.hpp:240
Definition array_exceptions_disabled.cpp:11
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10