Searched defs:SubstringLess (Results 1 – 1 of 1) sorted by relevance
1069 struct SubstringLess { struct1071 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument1072 bool operator()(const std::string &a, const std::string &b) const { in operator ()()1076 int n;