|
PCRE2 C++ Wrapper 1.3.0
pcre2cpp
|
Match value container. More...
#include <match_result.hpp>
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 |
Match value container.
| utf | UTF type |
|
private |
| size_t pcre2cpp::basic_match_value< utf >::relative_offset |
offset relative to search offset
| _string_type pcre2cpp::basic_match_value< utf >::value |
match value