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

One byte-range step [lo, hi] of a UTF-8 sequence produced by the code-point-range algorithm. More...

#include <utf8_ranges.hpp>

Public Attributes

std::uint8_t lo {}
 Low byte (inclusive).
 
std::uint8_t hi {}
 High byte (inclusive).
 

Detailed Description

One byte-range step [lo, hi] of a UTF-8 sequence produced by the code-point-range algorithm.


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