Home
last modified time | relevance | path

Searched defs:iequal_to (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/unordered/examples/
Dcase_insensitive.hpp21 struct iequal_to struct
23 iequal_to() {} in iequal_to() argument
24 explicit iequal_to(std::locale const& l) : locale_(l) {} in iequal_to() function
27 bool operator()(String1 const& x1, String2 const& x2) const in operator ()()
32 std::locale locale_;
/third_party/boost/libs/unordered/doc/src_code/
Ddictionary.cpp12 struct iequal_to struct
14 bool operator()(std::string const& x, in operator ()()