remove_if
Function Details
void remove_if(Predicate pred)
Remove all elements making "pred" return true.
This function supports auto-commit.
Parameters
pred
The binary predicate judging elements in this list.
See Also
http://www.cplusplus.com/reference/stl/list/remove_if/
Group: std::list specific functions
http://www.cplusplus.com/reference/stl/list/