SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
rank_support.hpp File Reference

rank_support.hpp contains classes that support a sdsl::bit_vector with constant time rank information. More...

Go to the source code of this file.

Classes

class  sdsl::rank_support
 The base class of classes supporting rank_queries for a sdsl::bit_vector in constant time. More...
 
struct  sdsl::rank_support_trait< bit_pattern, pattern_len >
 
struct  sdsl::rank_support_trait< 0, 1 >
 
struct  sdsl::rank_support_trait< 1, 1 >
 
struct  sdsl::rank_support_trait< 10, 2 >
 
struct  sdsl::rank_support_trait< 01, 2 >
 
struct  sdsl::rank_support_trait< 00, 2 >
 
struct  sdsl::rank_support_trait< 11, 2 >
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

rank_support.hpp contains classes that support a sdsl::bit_vector with constant time rank information.

Author
Simon Gog

Definition in file rank_support.hpp.