2
3
4
5
6
7
8
9
10
11
12
13
16#ifndef _PCRE2CPP_TYPES_HPP_
17 #define _PCRE2CPP_TYPES_HPP_
19 #include <pcre2cpp/config.hpp>
22_PCRE2CPP_ERROR(
"This is only available for c++17 and greater!");
25 #include <pcre2cpp/libs.hpp>
Basic container to result data of match function.
Definition match_result.hpp:84
base pcre2cpp exception class
Definition exceptions.hpp:134
Basic PCRE2 Regex container.
Definition regex.hpp:40
utf_type
Enum with supported utf types.
Definition pcre2_data.hpp:31
#define _PCRE2CPP_HAS_CXX17
check if compiler has c++ version greater or equal to c++17
Definition config.hpp:133
#define _PCRE2CPP_HAS_EXCEPTIONS
check if exceptions are enabled
Definition config.hpp:171
Match value container.
Definition match_result.hpp:39
Sub match value container.
Definition match_result.hpp:69
Translation container from pcre2 library to pcre2cpp.
Definition pcre2_data.hpp:68