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

Match value container. More...

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

Private Types

using _string_type = typename utils::pcre2_data<utf>::string_type

Detailed Description

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

Match value container.

Template Parameters
utfUTF type

Member Typedef Documentation

◆ _string_type

template<utf_type utf>
using pcre2cpp::basic_match_value< utf >::_string_type = typename utils::pcre2_data<utf>::string_type
private

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