REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
Loading...
Searching...
No Matches
real::detail::fold_entry Struct Reference

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).
 

Detailed Description

A code point and the other members of its case-fold orbit (up to 3; orbits <= 4).


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