tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
iter_common_reference_t.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_ITERATOR_ITER_COMMON_REFERENCE_T_HPP
5
#
define
TETL_ITERATOR_ITER_COMMON_REFERENCE_T_HPP
6
7
#
include
<
etl
/
_iterator
/
dereferenceable
.
hpp
>
8
#
include
<
etl
/
_iterator
/
iter_reference_t
.
hpp
>
9
#
include
<
etl
/
_iterator
/
iter_value_t
.
hpp
>
10
#
include
<
etl
/
_type_traits
/
common_reference
.
hpp
>
11
12
namespace
etl
{
13
14
/// \ingroup iterator
15
template
<
etl
::
indirectly_readable
T
>
16
using
iter_common_reference_t
=
etl
::
common_reference_t
<
etl
::
iter_reference_t
<
T
>,
etl
::
iter_value_t
<
T
>&>;
17
18
}
// namespace etl
19
20
#
endif
// TETL_ITERATOR_ITER_COMMON_REFERENCE_T_HPP
etl
Definition
adjacent_find.hpp:9
include
etl
_iterator
iter_common_reference_t.hpp
Generated on Sun Sep 7 2025 19:15:07 for tetl by
1.9.8