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

Definition at line 29 of file unicode_fold.hpp.

Member Data Documentation

◆ count

std::uint8_t real::detail::fold_entry::count

Number of valid partners (orbit size - 1).

Definition at line 33 of file unicode_fold.hpp.

◆ cp

std::uint32_t real::detail::fold_entry::cp

The code point.

Definition at line 31 of file unicode_fold.hpp.

◆ partner

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.


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