Defined in header
iterator begin();
size_type count( const Key& key ) const; (1)
std::pair<iterator,bool> insert( const value_type& value );
void rehash( size_type count );
template< class... Args > std::pair<iterator,bool> emplace(
iterator end();
bool empty() const;
key_compare key_comp() const;
Page 23 of 44