SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::_symbols_calls_wt< t_wt, false > 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>
struct sdsl::_symbols_calls_wt< t_wt, false >

Definition at line 478 of file wt_algorithm.hpp.

Member Typedef Documentation

◆ value_type

template<class t_wt >
typedef t_wt::value_type sdsl::_symbols_calls_wt< t_wt, false >::value_type

Definition at line 480 of file wt_algorithm.hpp.

Member Function Documentation

◆ call_symbol_gte()

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

Definition at line 482 of file wt_algorithm.hpp.

◆ call_symbol_lte()

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

Definition at line 484 of file wt_algorithm.hpp.


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