|
REAL
Regular Expression Algorithmic Library — constexpr C++20 regex
|
anchored_end's result: the match end (or real::npos) and how far the walk got. More...
#include <lazy_dfa.hpp>
Public Attributes | |
| std::size_t | end |
| Match end, or real::npos. | |
| std::size_t | scanned_to |
| Position the walk stopped at (see anchored_end). | |
anchored_end's result: the match end (or real::npos) and how far the walk got.