| 9466 | |
| 9467 | template <url_pattern_regex::regex_concept regex_provider> |
| 9468 | constexpr bool constructor_string_parser<regex_provider>::is_hash_prefix() { |
| 9469 | // Return the result of running is a non-special pattern char given parser, |
| 9470 | // parser's token index and "#". |
| 9471 | return is_non_special_pattern_char(token_index, '#'); |
| 9472 | } |
| 9473 | |
| 9474 | template <url_pattern_regex::regex_concept regex_provider> |
| 9475 | constexpr bool constructor_string_parser<regex_provider>::is_search_prefix() { |