SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::plain_byte_alphabet::mapping_wrapper Class Reference

Helper class for the char2comp and comp2char mapping. More...

#include <csa_alphabet_strategy.hpp>

Public Member Functions

 mapping_wrapper ()=default
 Default constructor.
 
constexpr char_type operator[] (char_type const c) const noexcept
 Random access operator.
 

Detailed Description

Helper class for the char2comp and comp2char mapping.

Definition at line 580 of file csa_alphabet_strategy.hpp.

Constructor & Destructor Documentation

◆ mapping_wrapper()

sdsl::plain_byte_alphabet::mapping_wrapper::mapping_wrapper ( )
default

Default constructor.

Member Function Documentation

◆ operator[]()

constexpr char_type sdsl::plain_byte_alphabet::mapping_wrapper::operator[] ( char_type const  c) const
inlineconstexprnoexcept

Random access operator.

Definition at line 587 of file csa_alphabet_strategy.hpp.


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