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

One code-point range and the Script it belongs to (the table partitions the code space). More...

#include <unicode_script.hpp>

Public Attributes

char32_t lo
 First code point of the range.
 
char32_t hi
 Last code point of the range, inclusive.
 
script sc
 The Script every code point in it belongs to.
 

Detailed Description

One code-point range and the Script it belongs to (the table partitions the code space).


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