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.

Definition at line 24 of file utf8_ranges.hpp.

Member Data Documentation

◆ hi

std::uint8_t real::detail::utf8_byte_range::hi {}

High byte (inclusive).

Definition at line 27 of file utf8_ranges.hpp.

◆ lo

std::uint8_t real::detail::utf8_byte_range::lo {}

Low byte (inclusive).

Definition at line 26 of file utf8_ranges.hpp.


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