| 8895 | |
| 8896 | template <typename T, url_search_params_iter_type Type> |
| 8897 | inline bool url_search_params_iter<T, Type>::has_next() const { |
| 8898 | return pos < params.params.size(); |
| 8899 | } |
| 8900 | |
| 8901 | template <> |
| 8902 | inline std::optional<std::string_view> url_search_params_keys_iter::next() { |
no test coverage detected