SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
bit_vector_interleaved.hpp contains the sdsl::bit_vector_interleaved class, and classes which support rank and select for bit_vector_interleaved. More...
Go to the source code of this file.
Classes | |
class | sdsl::bit_vector_interleaved< blockSize > |
A bit vector which interleaves the original bit_vector with rank information. More... | |
class | sdsl::rank_support_interleaved< b, blockSize > |
class | sdsl::select_support_interleaved< b, blockSize > |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
bit_vector_interleaved.hpp contains the sdsl::bit_vector_interleaved class, and classes which support rank and select for bit_vector_interleaved.