SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::k2_treap_ns::precomp< t_k > Struct Template Reference

#include <k2_treap_helper.hpp>

Classes

struct  impl
 

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)
 

Static Public Attributes

static struct sdsl::k2_treap_ns::precomp::impl data
 

Detailed Description

template<uint8_t t_k>
struct sdsl::k2_treap_ns::precomp< t_k >

Definition at line 31 of file k2_treap_helper.hpp.

Member Function Documentation

◆ divexp()

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

Definition at line 45 of file k2_treap_helper.hpp.

◆ exp()

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

Definition at line 43 of file k2_treap_helper.hpp.

◆ modexp()

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

Definition at line 47 of file k2_treap_helper.hpp.

Member Data Documentation

◆ data

template<uint8_t t_k>
precomp< t_k >::impl sdsl::k2_treap_ns::precomp< t_k >::data
static

Definition at line 91 of file k2_treap_helper.hpp.


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