void remove( const T& value );
size_type bucket( const Key& key ) const;
local_iterator end( size_type n );
(1)
std::pair<iterator,iterator> equal_range( const Key& key
template< class T, std::size_t N > bool operator==( const array<T,N>&
reference front();
bool empty() const;
size_type bucket_count() const;
Defined in header
Page 34 of 44