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

[lo, hi] bounds for the FIRST continuation byte of a multi-byte UTF-8 sequence, given its lead byte — one entry of utf8_second_byte_bounds_table. More...

#include <charclass.hpp>

Public Attributes

std::uint8_t lo {}
 Lowest valid first-continuation byte for this lead (inclusive).
 
std::uint8_t hi {}
 Highest valid first-continuation byte for this lead (inclusive).
 

Detailed Description

[lo, hi] bounds for the FIRST continuation byte of a multi-byte UTF-8 sequence, given its lead byte — one entry of utf8_second_byte_bounds_table.


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