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

Sub match value container. More...

#include <match_result.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