This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/search/string_utils.hpp
Viktor Govako ce69a353e9 [search] Added struct QueryString.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-03-24 16:21:38 -03:00

10 lines
131 B
C++

#pragma once
#include "search/common.hpp"
namespace search
{
QueryString MakeQueryString(std::string s);
} // namespace search