SeqAn3 3.2.0
The Modern C++ library for sequence analysis.
bitpacked_sequence.hpp File Reference

Provides seqan3::bitpacked_sequence. More...

#include <concepts>
#include <iterator>
#include <ranges>
#include <type_traits>
#include <sdsl/int_vector.hpp>
#include <seqan3/alphabet/detail/alphabet_proxy.hpp>
#include <seqan3/alphabet/views/to_char.hpp>
#include <seqan3/alphabet/views/to_rank.hpp>
#include <seqan3/core/concept/cereal.hpp>
#include <seqan3/core/range/detail/random_access_iterator.hpp>
#include <seqan3/utility/math.hpp>
#include <seqan3/utility/views/convert.hpp>
+ Include dependency graph for bitpacked_sequence.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::bitpacked_sequence< alphabet_type >
 A space-optimised version of std::vector that compresses multiple letters into a single byte. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::bitpacked_sequence.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>