SDSL 3.0.2
Succinct Data Structure Library
|
#include <csa_sampling_strategy.hpp>
Public Types | |
template<class t_csa > | |
using | 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 > |
using | sampling_category = isa_sampling_tag |
Definition at line 1157 of file csa_sampling_strategy.hpp.
using sdsl::fuzzy_isa_sampling_support< t_select_sa >::sampling_category = isa_sampling_tag |
Definition at line 1165 of file csa_sampling_strategy.hpp.
using sdsl::fuzzy_isa_sampling_support< 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> |
Definition at line 1160 of file csa_sampling_strategy.hpp.