Provides bio::ranges::bitcompressed_vector. More...
#include <climits>
#include <concepts>
#include <iterator>
#include <ranges>
#include <type_traits>
#include <bio/alphabet/proxy_base.hpp>
#include <bio/ranges/detail/random_access_iterator.hpp>
#include <bio/ranges/views/convert.hpp>
#include <bio/ranges/views/repeat_n.hpp>
#include <bio/ranges/views/to_char.hpp>
#include <bio/ranges/views/to_rank.hpp>
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. | |
Provides bio::ranges::bitcompressed_vector.