SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::fuzzy_isa_sampling_support< t_select_sa > Struct Template Reference

#include <csa_sampling_strategy.hpp>

Public Types

template<class t_csa>
using type
using sampling_category = isa_sampling_tag

Detailed Description

template<class t_select_sa = void>
struct sdsl::fuzzy_isa_sampling_support< t_select_sa >

Definition at line 1155 of file csa_sampling_strategy.hpp.

Member Typedef Documentation

◆ sampling_category

template<class t_select_sa = void>
using sdsl::fuzzy_isa_sampling_support< t_select_sa >::sampling_category = isa_sampling_tag

Definition at line 1163 of file csa_sampling_strategy.hpp.

◆ type

template<class t_select_sa = void>
template<class t_csa>
using sdsl::fuzzy_isa_sampling_support< t_select_sa >::type
Initial value:
typename std::conditional<std::is_void<t_select_sa>::value,
typename t_csa::sa_sample_type::bv_sa_type::select_1_type,
t_select_sa>::type>
_fuzzy_isa_sampling_support< t_csa, typename std::conditional< std::is_void< t_select_sa >::value, typename t_csa::sa_sample_type::bv_sa_type::select_1_type, t_select_sa >::type > type

Definition at line 1158 of file csa_sampling_strategy.hpp.


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