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

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).
 

Detailed Description

anchored_end's result: the match end (or real::npos) and how far the walk got.


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