Standard C++ Library Reference ISO/IEC (VERSION3)
 const hash_set<Key, Tr, Alloc>& right);
template<class Key, class Tr, class Alloc>
 bool operator>(
 const hash_multiset<Key, Tr, Alloc>& left,
 const hash_multiset<Key, Tr, Alloc>& right);
template<class Key, class Tr, class Alloc>
 bool operator<=(
 const hash_set<Key, Tr, Alloc>& left,
 const hash_set<Key, Tr, Alloc>& right);
template<class Key, class Tr, class Alloc>
 bool operator<=(
 const hash_multiset<Key, Tr, Alloc>& left,
 const hash_multiset<Key, Tr, Alloc>& right);
template<class Key, class Tr, class Alloc>
 bool operator>=(
 const hash_set<Key, Tr, Alloc>& left,
 const hash_set<Key, Tr, Alloc>& right);
template<class Key, class Tr, class Alloc>
 bool operator>=(
 const hash_multiset<Key, Tr, Alloc>& left,
 const hash_multiset<Key, Tr, Alloc>& right);
template<class Key, class Tr, class Alloc>
 void swap(
 hash_set<Key, Tr, Alloc>& left,
 hash_set<Key, Tr, Alloc>& right);
template<class Key, class Tr, class Alloc>
 void swap(
 hash_multiset<Key, Tr, Alloc>& left,
 hash_multiset<Key, Tr, Alloc>& right);
 };
hash_multiset
allocator_type · begin · clear · const_iterator · const_pointer
· const_reference · const_reverse_iterator · count ·
difference_type · empty · end · equal_range · erase · find ·
get_allocator · insert · iterator · key_comp · key_compare ·
key_type · lower_bound · max_size · hash_multiset · pointer ·
rbegin · reference · rend · reverse_iterator · size · size_type
· swap · upper_bound · value_comp · value_compare · value_type










