Erase all elements equal to value and return how many were erased.
Synopsis
Declared in <bslstl_list.h>
list<VALUE, ALLOCATOR>::size_type
remove(value_type const& value);
Return Value
number of elements erased
Parameters
Name |
Description |
value |
value of elements to remove |
Created with MrDocs