tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
flat_set.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2023 Tobias Hienzsch
3
4#ifndef TETL_FLAT_SET_HPP
5#define TETL_FLAT_SET_HPP
6
7/// \defgroup flat_set flat_set
8/// etl::flat_set and etl::flat_multiset container adaptors
9/// \ingroup containers-library
10/// \code{.cpp}
11/// #include <etl/flat_set.hpp>
12/// \endcode
13
14#include <etl/_config/all.hpp>
15
16#include <etl/_flat_set/flat_multiset.hpp>
17#include <etl/_flat_set/flat_set.hpp>
18#include <etl/_flat_set/sorted_equivalent.hpp>
19#include <etl/_flat_set/sorted_unique.hpp>
20
21#endif // TETL_FLAT_SET_HPP