SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::_symbols_calls_wt< t_wt, t_has_interval_symbols > Struct Template Reference

#include <wt_algorithm.hpp>

Public Types

typedef t_wt::value_type value_type
 

Static Public Member Functions

static std::pair< bool, value_typecall_symbol_gte (const t_wt &wt, value_type c)
 
static std::pair< bool, value_typecall_symbol_lte (const t_wt &wt, value_type c)
 

Detailed Description

template<class t_wt, bool t_has_interval_symbols>
struct sdsl::_symbols_calls_wt< t_wt, t_has_interval_symbols >

Definition at line 468 of file wt_algorithm.hpp.

Member Typedef Documentation

◆ value_type

template<class t_wt , bool t_has_interval_symbols>
typedef t_wt::value_type sdsl::_symbols_calls_wt< t_wt, t_has_interval_symbols >::value_type

Definition at line 470 of file wt_algorithm.hpp.

Member Function Documentation

◆ call_symbol_gte()

template<class t_wt , bool t_has_interval_symbols>
static std::pair< bool, value_type > sdsl::_symbols_calls_wt< t_wt, t_has_interval_symbols >::call_symbol_gte ( const t_wt &  wt,
value_type  c 
)
inlinestatic

Definition at line 472 of file wt_algorithm.hpp.

◆ call_symbol_lte()

template<class t_wt , bool t_has_interval_symbols>
static std::pair< bool, value_type > sdsl::_symbols_calls_wt< t_wt, t_has_interval_symbols >::call_symbol_lte ( const t_wt &  wt,
value_type  c 
)
inlinestatic

Definition at line 474 of file wt_algorithm.hpp.


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