tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
relation.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_CONCEPTS_RELATION_HPP
4
#define TETL_CONCEPTS_RELATION_HPP
5
6
#include <
etl/_concepts/predicate.hpp
>
7
8
namespace
etl
{
9
11
template
<
typename
R,
typename
T,
typename
U>
12
concept
relation
=
predicate<R, T, T>
and
predicate<R, U, U>
and
predicate<R, T, U>
and
predicate<R, U, T>
;
13
14
}
// namespace etl
15
16
#endif
// TETL_CONCEPTS_RELATION_HPP
etl::predicate
Definition
predicate.hpp:14
etl::relation
Definition
relation.hpp:12
etl
Definition
adjacent_find.hpp:8
predicate.hpp
include
etl
_concepts
relation.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0