SDSL
3.0.0
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 <queue>
#include <sdsl/int_vector.hpp>
#include <sdsl/iterators.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 | |
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.