tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
range.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_RANGES_RANGE_HPP
5
#
define
TETL_RANGES_RANGE_HPP
6
7
#
include
<
etl
/
_ranges
/
begin
.
hpp
>
8
#
include
<
etl
/
_ranges
/
end
.
hpp
>
9
10
namespace
etl
::
ranges
{
11
12
/// \ingroup ranges
13
template
<
typename
T>
14
concept
range =
requires
(T& t
)
{
15
etl
::
ranges
::
begin
(
t
)
;
16
etl
::
ranges
::
end
(
t);
17
};
18
19
}
// namespace etl::ranges
20
21
#
endif
// TETL_RANGES_RANGE_HPP
etl::ranges::cpo::end
constexpr auto end
Definition
end.hpp:57
etl::ranges::cpo::begin
constexpr auto begin
Definition
begin.hpp:62
etl::ranges
Definition
ranges_in_fun_result.hpp:12
etl
Definition
adjacent_find.hpp:9
include
etl
_ranges
range.hpp
Generated on Sun Sep 7 2025 19:15:16 for tetl by
1.9.8