|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
A named capture group. More...
Public Attributes | |
| std::int32_t | group {} |
| Capture group number. | |
| std::int32_t | begin {} |
| Start offset of the name in the pattern text. | |
| std::int32_t | end {} |
| End offset (exclusive) of the name. | |
A named capture group.
The name is stored as a byte range into the pattern text rather than an owned string, keeping the type constexpr-friendly.