SDSL 3.0.3
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 (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>
struct sdsl::_symbols_calls_wt< t_wt, false >

Definition at line 502 of file wt_algorithm.hpp.

Member Typedef Documentation

◆ value_type

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

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

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

Definition at line 511 of file wt_algorithm.hpp.


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