tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
set.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2020 Tobias Hienzsch
3
4#ifndef TETL_SET_HPP
5#define TETL_SET_HPP
6
7/// \defgroup set set
8/// etl::static_set container
9/// \ingroup containers-library
10/// \code{.cpp}
11/// #include <etl/set.hpp>
12/// \endcode
13/// \example set.cpp
14
15#include <etl/_config/all.hpp>
16
17// Non-standard extensions
18#include <etl/_set/static_set.hpp>
19
20#endif // TETL_SET_HPP