size_type count( const Key& key ) const; (1)
size_type bucket_size( size_type n ) const;
size_type bucket_count() const;
template< class... Args > void emplace( Args&&... args
iterator find( const Key& key ); (1)
void resize( size_type count ); (1)
std::pair<iterator,iterator> equal_range( const Key& key
(1)
void rehash( size_type count );
Defined in header
Page 28 of 44