std::pair<iterator,iterator> equal_range( const Key& key );
void swap( stack& other );
bool empty() const;
iterator end();
void fill( const T& value );
template< class Key, class T, class Compare
reference front();
Defined in header
reverse_iterator rbegin();
iterator find( const Key& key ); (1)
Page 37 of 44