SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::sa_bwt_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 = _bwt_sampling< t_csa, t_bit_vec, t_rank_sup, t_width >
 
using sampling_category = sa_sampling_tag
 

Detailed Description

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

Definition at line 661 of file csa_sampling_strategy.hpp.

Member Typedef Documentation

◆ sampling_category

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

Definition at line 665 of file csa_sampling_strategy.hpp.

◆ type

template<class t_bit_vec = bit_vector, class t_rank_sup = typename t_bit_vec::rank_1_type, uint8_t t_width = 0>
template<class t_csa >
using sdsl::sa_bwt_sampling< t_bit_vec, t_rank_sup, t_width >::type = _bwt_sampling<t_csa, t_bit_vec, t_rank_sup, t_width>

Definition at line 664 of file csa_sampling_strategy.hpp.


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