tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
layout.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_MDSPAN_LAYOUT_HPP
4#define TETL_MDSPAN_LAYOUT_HPP
5
6namespace etl {
7
8struct layout_left {
9 template <typename Extents>
10 struct mapping;
11};
12
14 template <typename Extents>
15 struct mapping;
16};
17
19 template <typename Extents>
20 struct mapping;
21};
22
23} // namespace etl
24
25#endif // TETL_MDSPAN_LAYOUT_HPP
Definition adjacent_find.hpp:8
Definition layout_left.hpp:19
Definition layout.hpp:8
Definition layout_right.hpp:20
Definition layout.hpp:13
Definition layout_stride.hpp:20
Definition layout.hpp:18