|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
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). | |
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.