|
SlHelpers
|
Iterator over matches. More...
#include <PCRE2.h>
Public Member Functions | |
| auto | operator* () const noexcept |
| Obtain the current match. | |
| MatchIterator & | operator++ () noexcept |
| Move to the next match. | |
| MatchIterator & | operator-- () noexcept |
| Move to the previous match. | |
| MatchIterator | operator++ (int) noexcept |
| Move to the next match. | |
| MatchIterator | operator-- (int) noexcept |
| Move to the previous match. | |
| auto | operator== (const MatchIterator &other) const noexcept |
| Compare two MatchIterators. | |
| auto | operator!= (const MatchIterator &other) const noexcept |
| Compare two MatchIterators. | |
| auto | index () const noexcept |
| Get current index of the match. More... | |
Friends | |
| struct | Matches |
| class | PCRE2 |
Iterator over matches.
|
inlinenoexcept |
Get current index of the match.