SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
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 (t_wt const &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 281 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 283 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 284 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 ( t_wt const & 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 286 of file wt_algorithm.hpp.


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