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

An inclusive code-point range [lo, hi]. Shared by character classes (ast.hpp) and the generated Unicode property / fold tables; lives here so those low-level headers need not pull in the parser. More...

Public Attributes

std::uint32_t lo {}
 First code point (inclusive).
 
std::uint32_t hi {}
 Last code point (inclusive).
 

Detailed Description

An inclusive code-point range [lo, hi]. Shared by character classes (ast.hpp) and the generated Unicode property / fold tables; lives here so those low-level headers need not pull in the parser.


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