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

What parse_quoted_span emitted: a bare pre-chained all-but-last prefix (head..head_tail, -1 when the span has fewer than two characters) plus the span's final atom last (-1 when the span is empty) — the caller's quantifier target. More...

Public Attributes

std::int32_t head {-1}
 First atom of the all-but-last prefix chain (-1: none).
 
std::int32_t head_tail {-1}
 Last atom of the prefix chain (-1: none).
 
std::int32_t last {-1}
 The span's final atom (-1: empty span).
 

Detailed Description

What parse_quoted_span emitted: a bare pre-chained all-but-last prefix (head..head_tail, -1 when the span has fewer than two characters) plus the span's final atom last (-1 when the span is empty) — the caller's quantifier target.


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