tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
bitset.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_BITSET_HPP
5#define TETL_BITSET_HPP
6
7/// \defgroup bitset bitset
8/// etl::bitset & etl::basic_bitset class templates
9/// \ingroup utilities-library
10/// \example bitset.cpp
11/// \code{.cpp}
12/// #include <etl/bitset.hpp>
13/// \endcode
14
15#include <etl/_config/all.hpp>
16
17#include <etl/_bitset/bitset.hpp>
18
19// Non-standard extensions
20#include <etl/_bitset/basic_bitset.hpp>
21
22#endif // TETL_BITSET_HPP