tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
sorted_unique.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_FLAT_SET_SORTED_UNIQUE_HPP
4
#define TETL_FLAT_SET_SORTED_UNIQUE_HPP
5
6
namespace
etl
{
7
8
struct
sorted_unique_t
{
9
explicit
sorted_unique_t
() =
default
;
10
};
11
12
inline
constexpr
auto
sorted_unique
=
sorted_unique_t
{};
13
14
}
// namespace etl
15
16
#endif
// TETL_FLAT_SET_SORTED_UNIQUE_HPP
etl
Definition
adjacent_find.hpp:8
etl::sorted_unique
constexpr auto sorted_unique
Definition
sorted_unique.hpp:12
etl::sorted_unique_t
Definition
sorted_unique.hpp:8
etl::sorted_unique_t::sorted_unique_t
sorted_unique_t()=default
include
etl
_flat_set
sorted_unique.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0