SeqAn3  3.0.3
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...
 
class  seqan3::bitcompressed_vector< alphabet_type >::reference_proxy_type
 Proxy data type returned by seqan3::bitcompressed_vector as reference to element unless the alphabet_type is uint8_t, uint16_t, uint32_t or uint64_t (in which case a regular & is returned). More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::bitcompressed_vector.

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