Searched defs:iequal_to (Results 1 – 2 of 2) sorted by relevance
21 struct iequal_to struct23 iequal_to() {} in iequal_to() argument24 explicit iequal_to(std::locale const& l) : locale_(l) {} in iequal_to() function27 bool operator()(String1 const& x1, String2 const& x2) const in operator ()()32 std::locale locale_;
12 struct iequal_to struct14 bool operator()(std::string const& x, in operator ()()