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.

Definition at line 167 of file program.hpp.

Member Data Documentation

◆ hi

std::uint32_t real::detail::code_range::hi {}

Last code point (inclusive).

Definition at line 170 of file program.hpp.

◆ lo

std::uint32_t real::detail::code_range::lo {}

First code point (inclusive).

Definition at line 169 of file program.hpp.


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