SlHelpers
Loading...
Searching...
No Matches
SlPCRE2::Matches Struct Reference

Pseudo-vector of matches. More...

#include <PCRE2.h>

Public Member Functions

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.

Friends

class PCRE2

Detailed Description

Pseudo-vector of matches.

Member Function Documentation

◆ operator[]()

auto SlPCRE2::Matches::operator[] ( std::size_t idx) const
inlinenoexcept

Get n-th match.

Parameters
idxIndex 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