SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::rank_support_trait< 1, 1 > Struct Reference

#include <rank_support.hpp>

Public Types

typedef rank_support::size_type size_type
 

Static Public Member Functions

static size_type args_in_the_word (uint64_t w, uint64_t &)
 
static uint32_t word_rank (const uint64_t *data, size_type idx)
 
static uint32_t full_word_rank (const uint64_t *data, size_type idx)
 
static uint64_t init_carry ()
 

Detailed Description

Definition at line 108 of file rank_support.hpp.

Member Typedef Documentation

◆ size_type

Definition at line 110 of file rank_support.hpp.

Member Function Documentation

◆ args_in_the_word()

static size_type sdsl::rank_support_trait< 1, 1 >::args_in_the_word ( uint64_t  w,
uint64_t &   
)
inlinestatic

Definition at line 112 of file rank_support.hpp.

◆ full_word_rank()

static uint32_t sdsl::rank_support_trait< 1, 1 >::full_word_rank ( const uint64_t *  data,
size_type  idx 
)
inlinestatic

Definition at line 119 of file rank_support.hpp.

◆ init_carry()

static uint64_t sdsl::rank_support_trait< 1, 1 >::init_carry ( )
inlinestatic

Definition at line 121 of file rank_support.hpp.

◆ word_rank()

static uint32_t sdsl::rank_support_trait< 1, 1 >::word_rank ( const uint64_t *  data,
size_type  idx 
)
inlinestatic

Definition at line 114 of file rank_support.hpp.


The documentation for this struct was generated from the following file: