SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
A constexpr bitset implementation with dynamic size at compile time. More...
#include <bit>
#include <seqan3/core/concept/cereal.hpp>
#include <seqan3/core/debug_stream/debug_stream_type.hpp>
#include <seqan3/utility/detail/integer_traits.hpp>
#include <seqan3/utility/range/to.hpp>
#include <seqan3/utility/views/interleave.hpp>
#include <seqan3/utility/views/repeat_n.hpp>
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 | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | std |
SeqAn specific customisations in the standard namespace. | |
A constexpr bitset implementation with dynamic size at compile time.