SDSL 3.0.3
Succinct Data Structure Library
|
select_support.hpp contains classes that support a sdsl::bit_vector with constant time select information. More...
#include <iosfwd>
#include <stdint.h>
#include <string>
#include <sdsl/bits.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/rank_support.hpp>
#include <sdsl/util.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::select_support |
The base class of classes supporting select queries for a sdsl::bit_vector in constant time. More... | |
struct | sdsl::select_support_trait< bit_pattern, pattern_len > |
struct | sdsl::select_support_trait< 0, 1 > |
struct | sdsl::select_support_trait< 1, 1 > |
struct | sdsl::select_support_trait< 10, 2 > |
struct | sdsl::select_support_trait< 01, 2 > |
struct | sdsl::select_support_trait< 00, 2 > |
struct | sdsl::select_support_trait< 11, 2 > |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
select_support.hpp contains classes that support a sdsl::bit_vector with constant time select information.
Definition in file select_support.hpp.