| 9584 | |
| 9585 | template <url_pattern_regex::regex_concept regex_provider> |
| 9586 | constexpr bool constructor_string_parser<regex_provider>::is_protocol_suffix() |
| 9587 | const { |
| 9588 | // Return the result of running is a non-special pattern char given parser, |
| 9589 | // parser's token index, and ":". |
| 9590 | return is_non_special_pattern_char(token_index, ':'); |
| 9591 | } |
| 9592 | |
| 9593 | template <url_pattern_regex::regex_concept regex_provider> |
| 9594 | void constructor_string_parser<regex_provider>::change_state(State new_state, |