Home ⌂Doc Index ◂Up ▴

remove

Function Details

void remove(const T &value)
 

Remove all elements whose values are "value" from the list.

This function supports auto-commit.

Parameters

value

The target value to remove.

Group: std::list specific functions

Class

db_vector



Home ⌂Doc Index ◂Up ▴