PCRE2 C++ Wrapper 1.2.4
pcre2cpp
Loading...
Searching...
No Matches
pcre2cpp::basic_match_value< utf > Struct Template Reference

Match value container. More...

#include <pcre2cpp.hpp>

Inheritance diagram for pcre2cpp::basic_match_value< utf >:
[legend]
Collaboration diagram for pcre2cpp::basic_match_value< utf >:
[legend]

Public Attributes

size_t relative_offset
 offset relative to search offset
_string_type value
 match value

Detailed Description

template<utf_type utf>
struct pcre2cpp::basic_match_value< utf >

Match value container.

Template Parameters
utfUTF type

Member Data Documentation

◆ relative_offset

template<utf_type utf>
size_t pcre2cpp::basic_match_value< utf >::relative_offset

offset relative to search offset

◆ value

template<utf_type utf>
_string_type pcre2cpp::basic_match_value< utf >::value

match value


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