Pseudo-vector of matches.
More...
#include <PCRE2.h>
|
|
auto | begin () const noexcept |
| | Get first match (the begin iterator).
|
|
auto | end () const noexcept |
| | Get past last match (the end iterator).
|
| auto | operator[] (std::size_t idx) const noexcept |
| | Get n-th match.
|
Pseudo-vector of matches.
◆ operator[]()
| auto SlPCRE2::Matches::operator[] |
( |
std::size_t | idx | ) |
const |
|
inlinenoexcept |
Get n-th match.
- Parameters
-
| idx | Index of the requested match |
- Returns
idx-th match.
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/slhelpers-20260428.f233ce9-build/slhelpers-20260428.f233ce9/include/pcre2/PCRE2.h