|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
A code point and the other members of its case-fold orbit (up to 3; orbits <= 4). More...
#include <unicode_fold.hpp>
Public Attributes | |
| std::uint32_t | cp |
| The code point. | |
| std::uint32_t | partner [3] |
| Fold partners (only the first count are meaningful). | |
| std::uint8_t | count |
| Number of valid partners (orbit size - 1). | |
A code point and the other members of its case-fold orbit (up to 3; orbits <= 4).
Definition at line 29 of file unicode_fold.hpp.
| std::uint8_t real::detail::fold_entry::count |
Number of valid partners (orbit size - 1).
Definition at line 33 of file unicode_fold.hpp.
| std::uint32_t real::detail::fold_entry::cp |
The code point.
Definition at line 31 of file unicode_fold.hpp.
| std::uint32_t real::detail::fold_entry::partner[3] |
Fold partners (only the first count are meaningful).
Definition at line 32 of file unicode_fold.hpp.