|
SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
rank_support_v.hpp contains rank_support_v that support a sdsl::bit_vector with constant time rank information. More...
#include "rank_support.hpp"Go to the source code of this file.
Classes | |
| struct | sdsl::rank_support_v_trait< bit_pattern, pattern_len > |
| struct | sdsl::rank_support_v_trait< 0, 1 > |
| struct | sdsl::rank_support_v_trait< 1, 1 > |
| struct | sdsl::rank_support_v_trait< 10, 2 > |
| struct | sdsl::rank_support_v_trait< 01, 2 > |
| class | sdsl::rank_support_v< b, pattern_len > |
| A class supporting rank queries in constant time. The implementation is a version of the data structure proposed by Vigna (WEA 2008). More... | |
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
rank_support_v.hpp contains rank_support_v that support a sdsl::bit_vector with constant time rank information.
1.8.0