I\'ve got a container and would like to erase elements based on a predicate. erase_if sounds familiar, but I can\'t find it in C++. What\'s the name and where i
erase_if
It's in Library Fundamentals v2, and soon in C++20.