Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp1170 struct indirect_equal : KeyEqual { struct
1171 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 ()()