|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
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. | |
The outcome of dfa::match — which rule won, and how many bytes it spans.
| std::size_t real::dfa_match::length |
| std::uint32_t real::dfa_match::rule_index |