SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::fuzzy_sa_sampling< t_bv_sa, t_bv_isa, t_rank_sa, t_select_isa > Struct Template Reference

#include <csa_sampling_strategy.hpp>

Public Types

template<class t_csa>
using type = _fuzzy_sa_sampling<t_csa, t_bv_sa, t_bv_isa, t_rank_sa, t_select_isa>
 
using sampling_category = sa_sampling_tag
 

Detailed Description

template<class t_bv_sa = sd_vector<>, class t_bv_isa = sd_vector<>, class t_rank_sa = typename t_bv_sa::rank_1_type, class t_select_isa = typename t_bv_isa::select_1_type>
struct sdsl::fuzzy_sa_sampling< t_bv_sa, t_bv_isa, t_rank_sa, t_select_isa >

Definition at line 537 of file csa_sampling_strategy.hpp.

Member Typedef Documentation

◆ sampling_category

template<class t_bv_sa = sd_vector<>, class t_bv_isa = sd_vector<>, class t_rank_sa = typename t_bv_sa::rank_1_type, class t_select_isa = typename t_bv_isa::select_1_type>
using sdsl::fuzzy_sa_sampling< t_bv_sa, t_bv_isa, t_rank_sa, t_select_isa >::sampling_category = sa_sampling_tag

Definition at line 541 of file csa_sampling_strategy.hpp.

◆ type

template<class t_bv_sa = sd_vector<>, class t_bv_isa = sd_vector<>, class t_rank_sa = typename t_bv_sa::rank_1_type, class t_select_isa = typename t_bv_isa::select_1_type>
template<class t_csa>
using sdsl::fuzzy_sa_sampling< t_bv_sa, t_bv_isa, t_rank_sa, t_select_isa >::type = _fuzzy_sa_sampling<t_csa, t_bv_sa, t_bv_isa, t_rank_sa, t_select_isa>

Definition at line 540 of file csa_sampling_strategy.hpp.


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