=====remove_if===== Syntax: #include void remove_if( UnPred pr ); The remove_if() function removes all elements from the list for which the unary predicate pr is true. remove_if() runs in [[/complexity|linear time]]. Related Topics: [[erase]], [[remove]], [[unique]]