SDSL 3.0.3
Succinct Data Structure Library
|
select_support_mcl.hpp contains classes that support a sdsl::bit_vector with constant time select information. More...
#include <algorithm>
#include <assert.h>
#include <iostream>
#include <stdint.h>
#include <string>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/select_support.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::select_support_mcl< t_b, t_pat_len > |
A class supporting constant time select queries. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
select_support_mcl.hpp contains classes that support a sdsl::bit_vector with constant time select information.
Definition in file select_support_mcl.hpp.