void push_back( const T& value ); (1)
size_type max_bucket_count() const;
allocator_type get_allocator() const;
void clear();
template< class... Args > iterator emplace( Args&&.
reverse_iterator rend();
Defined in header
void sort(); (1)
size_type size() const;
template< class Key, class Hash, class KeyEqual, class Alloc >
Page 29 of 44