| _code | pcre2cpp::basic_regex< utf > | private |
| _code_ptr typedef | pcre2cpp::basic_regex< utf > | private |
| _code_type typedef | pcre2cpp::basic_regex< utf > | private |
| _match_data | pcre2cpp::basic_regex< utf > | private |
| _match_data_ptr typedef | pcre2cpp::basic_regex< utf > | private |
| _match_data_type typedef | pcre2cpp::basic_regex< utf > | private |
| _match_result_type typedef | pcre2cpp::basic_regex< utf > | private |
| _match_value_type typedef | pcre2cpp::basic_regex< utf > | private |
| _named_sub_values | pcre2cpp::basic_regex< utf > | private |
| _named_sub_values_table typedef | pcre2cpp::basic_regex< utf > | private |
| _named_sub_values_table_ptr typedef | pcre2cpp::basic_regex< utf > | private |
| _pcre2_data_t typedef | pcre2cpp::basic_regex< utf > | private |
| _regex_exception typedef | pcre2cpp::basic_regex< utf > | private |
| _sptr_type typedef | pcre2cpp::basic_regex< utf > | private |
| _string_char_type typedef | pcre2cpp::basic_regex< utf > | private |
| _string_type typedef | pcre2cpp::basic_regex< utf > | private |
| _string_view_type typedef | pcre2cpp::basic_regex< utf > | private |
| _uchar_type typedef | pcre2cpp::basic_regex< utf > | private |
| basic_regex(const _string_view_type pattern, const compile_options opts=compile_options_bits::None) _PCRE2CPP_NOEXCEPT | pcre2cpp::basic_regex< utf > | inlineexplicit |
| basic_regex(const basic_regex &other) noexcept=default | pcre2cpp::basic_regex< utf > | |
| basic_regex(basic_regex &&other) noexcept=default | pcre2cpp::basic_regex< utf > | |
| match(const _string_view_type text, const size_t offset=0, const match_options opts=match_options_bits::None) const _PCRE2CPP_NOEXCEPT | pcre2cpp::basic_regex< utf > | inline |
| match(const _string_view_type text, _match_result_type &result, const size_t offset=0, const match_options opts=match_options_bits::None) const noexcept | pcre2cpp::basic_regex< utf > | inline |
| match_all(const _string_view_type text, std::vector< _match_result_type > &results, size_t offset=0) const noexcept | pcre2cpp::basic_regex< utf > | inline |
| match_at(const _string_view_type text, const size_t offset=0) const noexcept | pcre2cpp::basic_regex< utf > | inline |
| match_at(const _string_view_type text, _match_result_type &result, const size_t offset=0) const noexcept | pcre2cpp::basic_regex< utf > | inline |
| operator=(const basic_regex &other) noexcept=default | pcre2cpp::basic_regex< utf > | |
| operator=(basic_regex &&other) noexcept=default | pcre2cpp::basic_regex< utf > | |
| ~basic_regex() noexcept=default | pcre2cpp::basic_regex< utf > | |