A constexpr bitset implementation with dynamic size at compile time. More...
#include <seqan3/core/bit_manipulation.hpp>#include <seqan3/core/concept/cereal.hpp>#include <seqan3/core/detail/debug_stream_type.hpp>#include <seqan3/range/views/interleave.hpp>#include <seqan3/range/views/repeat_n.hpp>#include <seqan3/range/views/to.hpp>
Include dependency graph for dynamic_bitset.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::dynamic_bitset< bit_capacity > |
| A constexpr bitset implementation with dynamic size at compile time. More... | |
| struct | std::hash< seqan3::dynamic_bitset< cap > > |
Struct for hashing a seqan3::dynamic_bitset. More... | |
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| std | |
| SeqAn specific customisations in the standard namespace. | |
A constexpr bitset implementation with dynamic size at compile time.