Searched defs:indirect_equal (Results 1 – 1 of 1) sorted by relevance
1170 struct indirect_equal : KeyEqual { struct1171 using nested_value_type = KeyEqual;1172 using key_type = KeyType;1175 …ool operator()(const std::pair<key_type, T> &lhs, const std::pair<key_type, T> &rhs) const noexcept in operator ()()1181 …SC_NODISCARD bool operator()(const std::pair<key_type, T> &lhs, const key_type &rhs) const noexcept in operator ()()