Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search_delimiters.hpp « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5153b53bc548e20ed6ded5cf9a87771434ce3a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "../base/string_utils.hpp"

namespace search
{
  class Delimiters
  {
  public:
    bool operator()(strings::UniChar c) const;
  };
}