16#ifndef _PCRE2CPP_TYPES_HPP_
17 #define _PCRE2CPP_TYPES_HPP_
21 #if !_PCRE2CPP_HAS_CXX17
31 template<utf_type utf>
35 #if _PCRE2CPP_HAS_EXCEPTIONS
36 template<utf_type utf>
37 class basic_pcre2cpp_exception;
38 template<utf_type utf>
39 class basic_regex_exception;
40 template<utf_type utf>
41 class basic_match_result_exception;
44 template<utf_type utf>
47 template<utf_type utf>
49 template<utf_type utf>
Basic container to result data of match function.
Definition pcre2cpp.hpp:1090
Basic PCRE2 Regex container.
Definition pcre2cpp.hpp:1665
utf_type
Enum with supported utf types.
Definition pcre2cpp.hpp:352
#define _PCRE2CPP_ERROR(MESSAGE)
compiler error
Definition config.hpp:278
Main namespace of pcre2cpp library.
Match value container.
Definition pcre2cpp.hpp:1039
Sub match value container.
Definition pcre2cpp.hpp:1075