PCRE2 C++ Wrapper 1.2.4
pcre2cpp
Loading...
Searching...
No Matches
pcre2cpp::utils Namespace Reference

Classes

struct  pcre2_data
 Translation container from pcre2 library to pcre2cpp. More...
struct  pcre2_data< utf_type::UTF_8 >
 Specialization of Translation container from pcre2 library to pcre2cpp for UTF-8. More...
struct  pcre2_data< utf_type::UTF_16 >
 Specialization of Translation container from pcre2 library to pcre2cpp for UTF-16. More...
struct  pcre2_data< utf_type::UTF_32 >
 Specialization of Translation container from pcre2 library to pcre2cpp for UTF-32. More...

Typedefs

using u8pcre2_data = pcre2_data<utf_type::UTF_8>
using u16pcre2_data = pcre2_data<utf_type::UTF_16>
using u32pcre2_data = pcre2_data<utf_type::UTF_32>

Typedef Documentation

◆ u16pcre2_data

◆ u32pcre2_data

◆ u8pcre2_data