Searched defs:EraseIf (Results 1 – 8 of 8) sorted by relevance
170 size_type EraseIf(const key_type &key, in EraseIf() function204 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
133 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
136 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
161 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
174 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() function
424 inline typename Container::size_type EraseIf(Container& container, Predicate pred) in EraseIf() function