SDSL 3.0.1
Succinct Data Structure Library
sdsl::text_order_isa_sampling_support< t_inv_perm, t_sel > Struct Template Reference

#include <csa_sampling_strategy.hpp>

Public Types

template<class t_csa >
using type = _text_order_isa_sampling_support< t_csa, t_inv_perm, typename std::conditional< std::is_void< t_sel >::value, typename t_csa::sa_sample_type::bv_type::select_1_type, t_sel >::type >
 
using sampling_category = isa_sampling_tag
 

Detailed Description

template<class t_inv_perm = inv_perm_support<8>, class t_sel = void>
struct sdsl::text_order_isa_sampling_support< t_inv_perm, t_sel >

Definition at line 900 of file csa_sampling_strategy.hpp.

Member Typedef Documentation

◆ sampling_category

template<class t_inv_perm = inv_perm_support<8>, class t_sel = void>
using sdsl::text_order_isa_sampling_support< t_inv_perm, t_sel >::sampling_category = isa_sampling_tag

Definition at line 908 of file csa_sampling_strategy.hpp.

◆ type

template<class t_inv_perm = inv_perm_support<8>, class t_sel = void>
template<class t_csa >
using sdsl::text_order_isa_sampling_support< t_inv_perm, t_sel >::type = _text_order_isa_sampling_support<t_csa, t_inv_perm, typename std::conditional<std::is_void<t_sel>::value, typename t_csa::sa_sample_type::bv_type::select_1_type, t_sel>::type>

Definition at line 903 of file csa_sampling_strategy.hpp.


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