SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
rank_support.hpp contains classes that support a sdsl::bit_vector with constant time rank information. More...
#include "int_vector.hpp"
#include "rank_support_v.hpp"
#include "rank_support_v5.hpp"
#include "rank_support_jmc.hpp"
Go to the source code of this file.
Classes | |
class | sdsl::rank_support |
The base class of classes supporting rank_queries for a sdsl::bit_vector in constant time. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
rank_support.hpp contains classes that support a sdsl::bit_vector with constant time rank information.