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