tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
mdarray.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_MDARRAY_HPP
5#define TETL_MDARRAY_HPP
6
7/// \defgroup mdarray mdarray
8/// etl::mdarray container
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/_mdarray/mdarray.hpp>
17
18#endif // TETL_MDARRAY_HPP