constexpr size_type max_size();
class value_compare;
void push_back( const T& value ); (1)
template< class T, class Alloc > void swap(
void shrink_to_fit();
size_type size() const;
size_type bucket( const Key& key ) const;
void clear();
void swap( unordered_multiset& other );
bool empty() const;
Page 32 of 44