reverse_iterator rend();
template< class Key, class Compare, class Alloc
size_type bucket_size( size_type n ) const;
bool empty() const;
std::pair<iterator,iterator> equal_range( const Key& key
size_type max_bucket_count() const;
void splice( const_iterator pos, list& other );
size_type size() const;
void pop_front();
Page 42 of 44