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