SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::text_order_sa_sampling< t_bit_vec, t_rank_sup, t_width > Struct Template Reference

#include <csa_sampling_strategy.hpp>

Public Types

template<class t_csa >
using type = _text_order_sampling<t_csa, t_bit_vec, t_rank_sup, t_width>
 
using sampling_category = sa_sampling_tag
 

Detailed Description

template<class t_bit_vec = sd_vector<>, class t_rank_sup = typename t_bit_vec::rank_1_type, uint8_t t_width = 0>
struct sdsl::text_order_sa_sampling< t_bit_vec, t_rank_sup, t_width >

Definition at line 279 of file csa_sampling_strategy.hpp.

Member Typedef Documentation

◆ sampling_category

template<class t_bit_vec = sd_vector<>, class t_rank_sup = typename t_bit_vec::rank_1_type, uint8_t t_width = 0>
using sdsl::text_order_sa_sampling< t_bit_vec, t_rank_sup, t_width >::sampling_category = sa_sampling_tag

Definition at line 283 of file csa_sampling_strategy.hpp.

◆ type

template<class t_bit_vec = sd_vector<>, class t_rank_sup = typename t_bit_vec::rank_1_type, uint8_t t_width = 0>
template<class t_csa >
using sdsl::text_order_sa_sampling< t_bit_vec, t_rank_sup, t_width >::type = _text_order_sampling<t_csa, t_bit_vec, t_rank_sup, t_width>

Definition at line 282 of file csa_sampling_strategy.hpp.


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