Implement erase_if for F14 containers (#1069)
Summary: - For each F14 container, implement `erase_if(F14Container&, Predicate)` similar to C++20 `erase_if(std::unordered_map&, Predicate)`. - The semantics of `erase_if` are that it erases all elements in the container which satisfy the given predicate. Pull Request resolved: https://github.com/facebook/folly/pull/1069 Reviewed By: nbronson Differential Revision: D14588030 Pulled By: yfeldblum fbshipit-source-id: 87098804b993e9fb742f3a8feed43453aa99c885
Showing
Please register or sign in to comment