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