| 
| template<class _Kty , class _Hasher , class _Keyeq , class _Alloc >  | 
| void  | swap (unordered_set< _Kty, _Hasher, _Keyeq, _Alloc > &_Left, unordered_set< _Kty, _Hasher, _Keyeq, _Alloc > &_Right) _NOEXCEPT_OP(_NOEXCEPT_OP(_Left.swap(_Right))) | 
|   | 
| template<class _Kty , class _Hasher , class _Keyeq , class _Alloc >  | 
| bool  | operator== (const unordered_set< _Kty, _Hasher, _Keyeq, _Alloc > &_Left, const unordered_set< _Kty, _Hasher, _Keyeq, _Alloc > &_Right) | 
|   | 
| template<class _Kty , class _Hasher , class _Keyeq , class _Alloc >  | 
| bool  | operator!= (const unordered_set< _Kty, _Hasher, _Keyeq, _Alloc > &_Left, const unordered_set< _Kty, _Hasher, _Keyeq, _Alloc > &_Right) | 
|   | 
| template<class _Kty , class _Hasher , class _Keyeq , class _Alloc >  | 
| void  | swap (unordered_multiset< _Kty, _Hasher, _Keyeq, _Alloc > &_Left, unordered_multiset< _Kty, _Hasher, _Keyeq, _Alloc > &_Right) _NOEXCEPT_OP(_NOEXCEPT_OP(_Left.swap(_Right))) | 
|   | 
| template<class _Kty , class _Hasher , class _Keyeq , class _Alloc >  | 
| bool  | operator== (const unordered_multiset< _Kty, _Hasher, _Keyeq, _Alloc > &_Left, const unordered_multiset< _Kty, _Hasher, _Keyeq, _Alloc > &_Right) | 
|   | 
| template<class _Kty , class _Hasher , class _Keyeq , class _Alloc >  | 
| bool  | operator!= (const unordered_multiset< _Kty, _Hasher, _Keyeq, _Alloc > &_Left, const unordered_multiset< _Kty, _Hasher, _Keyeq, _Alloc > &_Right) | 
|   |