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// SPDX-FileCopyrightText: Copyright (C) 2023 Tobias Hienzsch
3
4#ifndef TETL_MDSPAN_LAYOUT_HPP
5#define TETL_MDSPAN_LAYOUT_HPP
6
7namespace etl {
8
9struct layout_left {
10 template <typename Extents>
11 struct mapping;
12};
13
15 template <typename Extents>
16 struct mapping;
17};
18
20 template <typename Extents>
21 struct mapping;
22};
23
24} // namespace etl
25
26#endif // TETL_MDSPAN_LAYOUT_HPP
Definition adjacent_find.hpp:9
Definition layout.hpp:9
Definition layout.hpp:14
Definition layout.hpp:19