|
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.
Definition at line 167 of file program.hpp.
| std::uint32_t real::detail::code_range::hi {} |
Last code point (inclusive).
Definition at line 170 of file program.hpp.
| std::uint32_t real::detail::code_range::lo {} |
First code point (inclusive).
Definition at line 169 of file program.hpp.