bool empty() const;
std::pair<iterator,iterator> equal_range( const Key& key );
iterator end();
void swap( unordered_map& other );
Defined in header
allocator_type get_allocator() const;
void clear();
Page 39 of 44