| 9059 | } |
| 9060 | |
| 9061 | inline std::string_view url_pattern_compile_component_options::get_prefix() |
| 9062 | const { |
| 9063 | if (prefix) { |
| 9064 | return {&prefix.value(), 1}; |
| 9065 | } |
| 9066 | return {}; |
| 9067 | } |
| 9068 | |
| 9069 | template <url_pattern_regex::regex_concept regex_provider> |
| 9070 | template <url_pattern_encoding_callback F> |
no test coverage detected