|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
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). | |
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.
| std::uint8_t real::detail::utf8_byte_range::hi {} |
High byte (inclusive).
Definition at line 27 of file utf8_ranges.hpp.
| std::uint8_t real::detail::utf8_byte_range::lo {} |
Low byte (inclusive).
Definition at line 26 of file utf8_ranges.hpp.