void assign( size_type count, const T& value );
std::pair<iterator,iterator> equal_range( const Key& key
template <class M> pair<iterator, bool> insert_or_assign(const
void rehash( size_type count );
(1)
Defined in header
bool empty() const;
void remove( const T& value );
reference front();
Page 32 of 44