hasher hash_function() const;
allocator_type get_allocator() const;
bool empty() const;
reverse_iterator rend();
template< class T, class Container, class Compare
key_compare key_comp() const;
void rehash( size_type count );
size_type max_size() const;
iterator begin();
Page 26 of 44