tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
submdspan_mapping_result.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2024 Tobias Hienzsch
3
4#ifndef TETL_MDSPAN_SUBMDSPAN_MAPPING_RESULT_HPP
5#define TETL_MDSPAN_SUBMDSPAN_MAPPING_RESULT_HPP
6
7#include <etl/_config/all.hpp>
8
9#include <etl/_cstddef/size_t.hpp>
10
11namespace etl {
12
13template <typename LayoutMapping>
15 TETL_NO_UNIQUE_ADDRESS LayoutMapping mapping = LayoutMapping();
16 etl::size_t offset{};
17};
18
19} // namespace etl
20
21#endif // TETL_MDSPAN_SUBMDSPAN_MAPPING_RESULT_HPP
Definition adjacent_find.hpp:9
Definition submdspan_mapping_result.hpp:14
etl::size_t offset
Definition submdspan_mapping_result.hpp:16
TETL_NO_UNIQUE_ADDRESS LayoutMapping mapping
Definition submdspan_mapping_result.hpp:15