SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/select_support_bs.hpp File Reference

select_support_bs.hpp contains the select_support_bs class that support a sdsl::bit_vector with constant time select information. More...

#include "int_vector.hpp"
#include "rank_support.hpp"
#include "select_support.hpp"

Go to the source code of this file.

Classes

class  sdsl::select_support_bs< RankSupport >
 A class supporting select quries by using a rank_support and binary search. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

select_support_bs.hpp contains the select_support_bs class that support a sdsl::bit_vector with constant time select information.

Author:
Simon Gog