Searched defs:remove_if (Results 1 – 9 of 9) sorted by relevance
24 remove_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in remove_if() function
210 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { in remove_if() function
192 bool remove_if(UnaryPredicate P) { in remove_if() function
309 remove_if(_Predicate __pred) in remove_if() function in list
1288 remove_if(_ForwardIterator __first, _ForwardIterator __last, in remove_if() function
286 remove_if(_Predicate __pred) in remove_if() function in std::list
1077 remove_if(_ForwardIter __first, _ForwardIter __last, in remove_if() function
360 template <typename UnaryPredicate> bool remove_if(UnaryPredicate P) { in remove_if() function
274 template <typename PredFn> void remove_if(PredFn &&Pred) { in remove_if() function