SDSL 3.0.3
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 (t_wt const &wt, value_type c)
 
static std::pair< bool, value_typecall_symbol_lte (t_wt const &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 486 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 488 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 ( t_wt const & wt,
value_type c )
inlinestatic

Definition at line 490 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 ( t_wt const & wt,
value_type c )
inlinestatic

Definition at line 495 of file wt_algorithm.hpp.


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