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
 
char32_t hi
 
script sc
 

Detailed Description

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

Definition at line 206 of file unicode_script.hpp.

Member Data Documentation

◆ hi

char32_t real::detail::script_range::hi

Definition at line 206 of file unicode_script.hpp.

◆ lo

char32_t real::detail::script_range::lo

Definition at line 206 of file unicode_script.hpp.

◆ sc

script real::detail::script_range::sc

Definition at line 206 of file unicode_script.hpp.


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