SDSL 3.0.1
Succinct Data Structure Library
sdsl::k2_treap_ns::precomp< 8 > Struct Reference

#include <k2_treap_helper.hpp>

Static Public Member Functions

static uint64_t exp (uint8_t l)
 
static uint64_t divexp (uint64_t x, uint8_t l)
 
static uint64_t modexp (uint64_t x, uint8_t l)
 

Detailed Description

Definition at line 71 of file k2_treap_helper.hpp.

Member Function Documentation

◆ divexp()

static uint64_t sdsl::k2_treap_ns::precomp< 8 >::divexp ( uint64_t  x,
uint8_t  l 
)
inlinestatic

Definition at line 75 of file k2_treap_helper.hpp.

◆ exp()

static uint64_t sdsl::k2_treap_ns::precomp< 8 >::exp ( uint8_t  l)
inlinestatic

Definition at line 73 of file k2_treap_helper.hpp.

◆ modexp()

static uint64_t sdsl::k2_treap_ns::precomp< 8 >::modexp ( uint64_t  x,
uint8_t  l 
)
inlinestatic

Definition at line 77 of file k2_treap_helper.hpp.


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