const_reference top() const;
void clear();
allocator_type get_allocator() const;
(1)
void swap( list& other );
void push_back( const T& value ); (1)
Defined in header
std::pair<iterator,iterator> equal_range( const Key& key
bool empty() const;
Page 28 of 44