◆ base_n_alphabet()
Construct an alphabet.
- Parameters
-
| str | A null terminated string as a char array. |
| case_insensitive | The alphabet is case insensitive for decoding. |
| padding_char | The character used to complete the last block during encoding. |
◆ char_from_int()
| constexpr char v1::detail::base_n_alphabet::char_from_int |
( |
int8_t | x | ) |
const |
|
inlineconstexprnoexcept |
Get a character from an integer.
The integer must be in range of 0 to modula (exclusive).
The documentation for this struct was generated from the following file: