BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
bitcompressed_vector.hpp File Reference

Provides bio::ranges::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  bio::ranges::bitcompressed_vector< alphabet_type >
 A space-optimised version of std::vector that compresses multiple letters into a single byte. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::ranges
 The ranges module's namespace.
 

Detailed Description

Provides bio::ranges::bitcompressed_vector.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>