SlHelpers
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. More...
 

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: