SDSL 3.0.1
Succinct Data Structure Library
sdsl::_interval_symbols_wt< t_wt, t_has_interval_symbols > Struct Template Reference

#include <wt_algorithm.hpp>

Public Types

typedef t_wt::size_type size_type
 
typedef t_wt::value_type value_type
 

Static Public Member Functions

static void call (const t_wt &wt, size_type i, size_type j, size_type &k, std::vector< value_type > &cs, std::vector< size_type > &rank_c_i, std::vector< size_type > &rank_c_j)
 

Detailed Description

template<typename t_wt, bool t_has_interval_symbols>
struct sdsl::_interval_symbols_wt< t_wt, t_has_interval_symbols >

Definition at line 267 of file wt_algorithm.hpp.

Member Typedef Documentation

◆ size_type

template<typename t_wt , bool t_has_interval_symbols>
typedef t_wt::size_type sdsl::_interval_symbols_wt< t_wt, t_has_interval_symbols >::size_type

Definition at line 269 of file wt_algorithm.hpp.

◆ value_type

template<typename t_wt , bool t_has_interval_symbols>
typedef t_wt::value_type sdsl::_interval_symbols_wt< t_wt, t_has_interval_symbols >::value_type

Definition at line 270 of file wt_algorithm.hpp.

Member Function Documentation

◆ call()

template<typename t_wt , bool t_has_interval_symbols>
static void sdsl::_interval_symbols_wt< t_wt, t_has_interval_symbols >::call ( const t_wt &  wt,
size_type  i,
size_type  j,
size_type k,
std::vector< value_type > &  cs,
std::vector< size_type > &  rank_c_i,
std::vector< size_type > &  rank_c_j 
)
inlinestatic

Definition at line 272 of file wt_algorithm.hpp.


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