Erase all the elements in the specified container container that satisfy the specified predicate predicate. Return the number of elements erased.
Synopsis
Declared in <bslstl_algorithm.h>
template<
class CONTAINER,
class PREDICATE>
static
CONTAINER::size_type
containerEraseIf(
CONTAINER& container,
PREDICATE predicate);
Created with MrDocs