SDSL 3.0.2
Succinct Data Structure Library
|
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. | |
Helper class for the char2comp and comp2char mapping.
Definition at line 610 of file csa_alphabet_strategy.hpp.
|
default |
Default constructor.
|
inlineconstexprnoexcept |
Random access operator.
Definition at line 617 of file csa_alphabet_strategy.hpp.