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

Result of decode_digit_escape().

Definition at line 182 of file ast.hpp.

Member Data Documentation

◆ kind

digit_escape_kind real::detail::digit_escape_result::kind {digit_escape_kind::group_ref}

Which interpretation applies.

Definition at line 184 of file ast.hpp.

◆ length

std::size_t real::detail::digit_escape_result::length {}

Characters consumed from the first digit.

Definition at line 186 of file ast.hpp.

◆ value

unsigned real::detail::digit_escape_result::value {}

Octal byte, or decimal group number.

Definition at line 185 of file ast.hpp.


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