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

Result of decode_digit_escape. More...

#include <ast.hpp>

Public Attributes

digit_escape_kind kind {digit_escape_kind::group_ref}
 Which interpretation applies.
 
unsigned value {}
 Octal byte, or decimal group number.
 
std::size_t length {}
 Characters consumed from the first digit.
 

Detailed Description


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