Searched defs:remove_if (Results 1 – 7 of 7) sorted by relevance
27 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in remove_if() function
208 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { remove_if() function
237 bool remove_if(UnaryPredicate P) { in remove_if() function
378 bool remove_if(UnaryPredicate P) { in remove_if() function
366 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
277 template <typename PredFn> void remove_if(PredFn &&Pred) { in remove_if() function