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
3#ifndef TETL_MDSPAN_FULL_EXTENT_HPP
4#define TETL_MDSPAN_FULL_EXTENT_HPP
5
6namespace etl {
7
10 explicit full_extent_t() = default;
11};
12
15inline constexpr auto full_extent = full_extent_t{};
16
17} // namespace etl
18
19#endif // TETL_MDSPAN_FULL_EXTENT_HPP
constexpr auto full_extent
Definition full_extent.hpp:15
Definition adjacent_find.hpp:8
full_extent_t()=default