Searched defs:StringEqualFunc (Results 1 – 1 of 1) sorted by relevance
136 struct StringEqualFunc { struct137 bool operator()(const String& lhs, const String& rhs) const in operator()