SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
bitcompressed_vector.hpp File Reference

Provides seqan3::bitcompressed_vector. More...

+ Include dependency graph for bitcompressed_vector.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::bitcompressed_vector.

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