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
3#ifndef TETL_MDSPAN_SUBMDSPAN_MAPPING_RESULT_HPP
4#define TETL_MDSPAN_SUBMDSPAN_MAPPING_RESULT_HPP
5
6#include <etl/_config/all.hpp>
7
9
10namespace etl {
11
12template <typename LayoutMapping>
14 TETL_NO_UNIQUE_ADDRESS LayoutMapping mapping = LayoutMapping();
16};
17
18} // namespace etl
19
20#endif // TETL_MDSPAN_SUBMDSPAN_MAPPING_RESULT_HPP
#define TETL_NO_UNIQUE_ADDRESS
Definition attributes.hpp:41
Definition adjacent_find.hpp:8
TETL_BUILTIN_SIZET size_t
etl::size_t is the unsigned integer type of the result of the sizeof operator.
Definition size_t.hpp:14
Definition submdspan_mapping_result.hpp:13
etl::size_t offset
Definition submdspan_mapping_result.hpp:15
TETL_NO_UNIQUE_ADDRESS LayoutMapping mapping
Definition submdspan_mapping_result.hpp:14