SDSL 3.0.3
Succinct Data Structure Library
|
rank_support_scan.hpp contains rank_support_scan that support a sdsl::bit_vector with linear time rank information. More...
#include <assert.h>
#include <iosfwd>
#include <stdint.h>
#include <string>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/rank_support.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::rank_support_scan< t_b, t_pat_len > |
A class supporting rank queries in linear time. More... |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
rank_support_scan.hpp contains rank_support_scan that support a sdsl::bit_vector with linear time rank information.
Definition in file rank_support_scan.hpp.