PCRE2 C++ Wrapper 1.2.4
pcre2cpp
Loading...
Searching...
No Matches
pcre2cpp::sub_match_value Struct Reference

Sub match value container. More...

#include <pcre2cpp.hpp>

Collaboration diagram for pcre2cpp::sub_match_value:
[legend]

Public Attributes

size_t relative_offset
 offset relative to search offset
size_t size
 size of value

Detailed Description

Sub match value container.

Member Data Documentation

◆ relative_offset

size_t pcre2cpp::sub_match_value::relative_offset

offset relative to search offset

◆ size

size_t pcre2cpp::sub_match_value::size

size of value


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