SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
select_support_mcl.hpp contains classes that support a sdsl::bit_vector with constant time select information. More...
Go to the source code of this file.
Classes | |
struct | sdsl::select_support_mcl_trait< bit_pattern, pattern_len > |
struct | sdsl::select_support_mcl_trait< 0, 1 > |
struct | sdsl::select_support_mcl_trait< 1, 1 > |
struct | sdsl::select_support_mcl_trait< 10, 2 > |
struct | sdsl::select_support_mcl_trait< 01, 2 > |
class | sdsl::select_support_mcl< b, pattern_len > |
A class supporting constant time select queries (proposed by Munro/Clark, 1996) enhanced by broadword computing tricks. 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.