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.

Group: std::list specific functions

Class

db_vector