tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
equality_comparable.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_CONCEPTS_EQUALITY_COMPARABLE_HPP
5
#
define
TETL_CONCEPTS_EQUALITY_COMPARABLE_HPP
6
7
#
include
<
etl
/
_concepts
/
weakly_equality_comparable_with
.
hpp
>
8
9
namespace
etl
{
10
11
/// \ingroup concepts
12
template
<
typename
T>
13
concept
equality_comparable = weakly_equality_comparable_with<T, T>;
14
15
}
// namespace etl
16
17
#
endif
// TETL_CONCEPTS_EQUALITY_COMPARABLE_HPP
etl
Definition
adjacent_find.hpp:9
include
etl
_concepts
equality_comparable.hpp
Generated on Sun Sep 7 2025 19:14:53 for tetl by
1.9.8