tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
mdspan.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_HPP
5#define TETL_MDSPAN_HPP
6
7/// \defgroup mdspan mdspan
8/// etl::mdspan view
9/// \ingroup containers-library
10/// \code{.cpp}
11/// #include <etl/mdspan.hpp>
12/// \endcode
13
14#include <etl/_config/all.hpp>
15
16#include <etl/_mdspan/default_accessor.hpp>
17#include <etl/_mdspan/extents.hpp>
18#include <etl/_mdspan/full_extent.hpp>
19#include <etl/_mdspan/is_extents.hpp>
20#include <etl/_mdspan/layout_left.hpp>
21#include <etl/_mdspan/layout_mapping_alike.hpp>
22#include <etl/_mdspan/layout_right.hpp>
23#include <etl/_mdspan/layout_stride.hpp>
24#include <etl/_mdspan/mdspan.hpp>
25#include <etl/_mdspan/strided_slice.hpp>
26#include <etl/_mdspan/submdspan.hpp>
27#include <etl/_mdspan/submdspan_extents.hpp>
28#include <etl/_mdspan/submdspan_mapping_result.hpp>
29
30#endif // TETL_MDSPAN_HPP