tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
full_extent.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2024 Tobias Hienzsch
3
4#ifndef TETL_MDSPAN_FULL_EXTENT_HPP
5#define TETL_MDSPAN_FULL_EXTENT_HPP
6
7namespace etl {
8
9/// \ingroup mdspan
11 explicit full_extent_t() = default;
12};
13
14/// \relates full_extent_t
15/// \ingroup mdspan
16inline constexpr auto full_extent = full_extent_t{};
17
18} // namespace etl
19
20#endif // TETL_MDSPAN_FULL_EXTENT_HPP
constexpr auto full_extent
Definition full_extent.hpp:16
Definition adjacent_find.hpp:9
Definition full_extent.hpp:10
full_extent_t()=default