SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
bitpacked_sequence.hpp File Reference

Provides seqan3::bitpacked_sequence. More...

+ 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...
 
class  seqan3::bitpacked_sequence< alphabet_type >::reference_proxy_type
 Proxy data type returned by seqan3::bitpacked_sequence as reference to element. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 

Detailed Description

Provides seqan3::bitpacked_sequence.

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