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
// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4
#
ifndef
TETL_FLAT_SET_SORTED_UNIQUE_HPP
5
#
define
TETL_FLAT_SET_SORTED_UNIQUE_HPP
6
7
namespace
etl
{
8
9
struct
sorted_unique_t
{
10
explicit
sorted_unique_t
() =
default
;
11
};
12
13
inline
constexpr
auto
sorted_unique
=
sorted_unique_t
{
}
;
14
15
}
// namespace etl
16
17
#
endif
// TETL_FLAT_SET_SORTED_UNIQUE_HPP
etl
Definition
adjacent_find.hpp:9
etl::sorted_unique
constexpr auto sorted_unique
Definition
sorted_unique.hpp:13
etl::sorted_unique_t
Definition
sorted_unique.hpp:9
etl::sorted_unique_t::sorted_unique_t
sorted_unique_t()=default
include
etl
_flat_set
sorted_unique.hpp
Generated on Sun Sep 7 2025 19:14:54 for tetl by
1.9.8