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

The outcome of dfa::match — which rule won, and how many bytes it spans. More...

#include <dfa.hpp>

Public Attributes

std::uint32_t rule_index
 Index of the winning pattern, in the order passed to the ctor.
 
std::size_t length
 Byte length of the (non-empty) match.
 

Detailed Description

The outcome of dfa::match — which rule won, and how many bytes it spans.


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