|
SDSL 3.0.3
Succinct Data Structure Library
|
bit_vector_il.hpp contains the sdsl::bit_vector_il class, and classes which support rank and select for bit_vector_il. More...
#include <algorithm>#include <assert.h>#include <iosfwd>#include <queue>#include <stdint.h>#include <string>#include <type_traits>#include <sdsl/bits.hpp>#include <sdsl/cereal.hpp>#include <sdsl/int_vector.hpp>#include <sdsl/io.hpp>#include <sdsl/iterators.hpp>#include <sdsl/sdsl_concepts.hpp>#include <sdsl/structure_tree.hpp>#include <sdsl/util.hpp>Go to the source code of this file.
Classes | |
| class | sdsl::bit_vector_il< t_bs > |
| A bit vector which interleaves the original bit_vector with rank information. More... | |
| class | sdsl::rank_support_il< t_b, t_bs > |
| class | sdsl::select_support_il< t_b, t_bs > |
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
Functions | |
| template<class T> | |
| constexpr bool | sdsl::power_of_two (T x) |
bit_vector_il.hpp contains the sdsl::bit_vector_il class, and classes which support rank and select for bit_vector_il.
Definition in file bit_vector_il.hpp.