void splice( const_iterator pos, list& other );
void reserve( size_type count );
size_type count( const Key& key ) const; (1)
iterator find( const Key& key ); (1)
float max_load_factor() const; (1)
reference operator[]( size_type pos );
iterator end();
void push( const T& value );
class value_compare;
Page 42 of 44