Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.5
-
None
Description
Currently `QHash::removeIf()` (and corresponding `erase_if()`) functions support predicates which take either an argument of type `QHash<Key, T>::iterator`, or an argument of type `std::pair<const Key &, T &>`. It would be more convenient if they are also support predicates which take two argument: `const Key &` and `T &` (orĀ `const T &`).