iterator insert_after( const_iterator pos, const T& value );
size_type max_bucket_count() const;
void swap( set& other );
size_type max_size() const;
size_type count( const Key& key ) const; (1)
void clear();
iterator end();
allocator_type get_allocator() const;
(1)
hasher hash_function() const;
Page 26 of 44