tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
sorted_equivalent.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_FLAT_SET_SORTED_EQUIVALENT_HPP
5#define TETL_FLAT_SET_SORTED_EQUIVALENT_HPP
6
7namespace etl {
8
10 explicit sorted_equivalent_t() = default;
11};
12
14
15} // namespace etl
16
17#endif // TETL_FLAT_SET_SORTED_EQUIVALENT_HPP
Definition adjacent_find.hpp:9
constexpr auto sorted_equivalent
Definition sorted_equivalent.hpp:13
Definition sorted_equivalent.hpp:9