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: 3d7bf1ee0e44e7742dd7539bc82d705117f7538c (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;
  };
}