Home | History | Annotate | Download | only in IR

Lines Matching full:shouldremove

999   /// Erases all attachments matching the \c shouldRemove predicate.
1000 template <class PredTy> void remove_if(PredTy shouldRemove) {
1002 std::remove_if(Attachments.begin(), Attachments.end(), shouldRemove),