tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
equivalence_relation.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_EQUIVALENCE_RELATION_HPP
4#define TETL_CONCEPTS_EQUIVALENCE_RELATION_HPP
5
7
8namespace etl {
9
11template <typename R, typename T, typename U>
13
14} // namespace etl
15
16#endif // TETL_CONCEPTS_EQUIVALENCE_RELATION_HPP
Definition equivalence_relation.hpp:12
Definition relation.hpp:12
Definition adjacent_find.hpp:8