SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
select_support.hpp contains classes that support a sdsl::bit_vector with constant time select information. More...
#include "int_vector.hpp"
#include "rank_support.hpp"
#include "select_support_bs.hpp"
#include "select_support_mcl.hpp"
#include "select_support_dummy.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... | |
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.