|
template<class _Ty , class _Alloc , class _Pr > |
void | erase_if (deque< _Ty, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Ty , class _Alloc , class _Uty > |
void | erase (deque< _Ty, _Alloc > &_Cont, const _Uty &_Val) |
|
template<class _Ty , class _Alloc , class _Pr > |
void | erase_if (forward_list< _Ty, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Ty , class _Alloc , class _Uty > |
void | erase (forward_list< _Ty, _Alloc > &_Cont, const _Uty &_Val) |
|
template<class _Ty , class _Alloc , class _Pr > |
void | erase_if (list< _Ty, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Ty , class _Alloc , class _Uty > |
void | erase (list< _Ty, _Alloc > &_Cont, const _Uty &_Val) |
|
template<class _Kty , class _Ty , class _Keylt , class _Alloc , class _Pr > |
void | erase_if (map< _Kty, _Ty, _Keylt, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Kty , class _Ty , class _Keylt , class _Alloc , class _Pr > |
void | erase_if (multimap< _Kty, _Ty, _Keylt, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Kty , class _Keylt , class _Alloc , class _Pr > |
void | erase_if (set< _Kty, _Keylt, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Kty , class _Keylt , class _Alloc , class _Pr > |
void | erase_if (multiset< _Kty, _Keylt, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Elem , class _Traits , class _Alloc , class _Pr > |
void | erase_if (basic_string< _Elem, _Traits, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Elem , class _Traits , class _Alloc , class _Uty > |
void | erase (basic_string< _Elem, _Traits, _Alloc > &_Cont, const _Uty &_Val) |
|
template<class _Kty , class _Ty , class _Hasher , class _Keyeq , class _Alloc , class _Pr > |
void | erase_if (unordered_map< _Kty, _Ty, _Hasher, _Keyeq, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Kty , class _Ty , class _Hasher , class _Keyeq , class _Alloc , class _Pr > |
void | erase_if (unordered_multimap< _Kty, _Ty, _Hasher, _Keyeq, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Kty , class _Hasher , class _Keyeq , class _Alloc , class _Pr > |
void | erase_if (unordered_set< _Kty, _Hasher, _Keyeq, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Kty , class _Hasher , class _Keyeq , class _Alloc , class _Pr > |
void | erase_if (unordered_multiset< _Kty, _Hasher, _Keyeq, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Ty , class _Alloc , class _Pr > |
void | erase_if (vector< _Ty, _Alloc > &_Cont, _Pr _Pred) |
|
template<class _Ty , class _Alloc , class _Uty > |
void | erase (vector< _Ty, _Alloc > &_Cont, const _Uty &_Val) |
|
template<class _Container , class _Pr > |
void | _Erase_nodes_if (_Container &_Cont, _Pr &_Pred) |
|
template<class _Container , class _Pr > |
void | _Erase_remove_if (_Container &_Cont, _Pr &_Pred) |
|
template<class _Container , class _Uty > |
void | _Erase_remove (_Container &_Cont, const _Uty &_Val) |
|