Searched defs:CaseInsensitiveComparator (Results 1 – 1 of 1) sorted by relevance
167 struct CaseInsensitiveComparator { struct168 bool operator() (const std::string& first, const std::string& second) const in operator()