SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
select_support_scan.hpp File Reference

select_support_scan.hpp contains classes that support a sdsl::bit_vector with linear time select. More...

#include <assert.h>
#include <iosfwd>
#include <stdint.h>
#include <string>
#include <sdsl/cereal.hpp>
#include <sdsl/config.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/select_support.hpp>

Go to the source code of this file.

Classes

class  sdsl::select_support_scan< t_b, t_pat_len >
 A class supporting linear time select queries. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

select_support_scan.hpp contains classes that support a sdsl::bit_vector with linear time select.

Author
Simon Gog

Definition in file select_support_scan.hpp.