SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Public Types | Static Public Member Functions
sdsl::rank_support_v_trait< bit_pattern, pattern_len > Struct Template Reference

List of all members.

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 &carry)
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 ()

template<uint8_t bit_pattern, uint8_t pattern_len>
struct sdsl::rank_support_v_trait< bit_pattern, pattern_len >


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