Defined in header
void swap( stack& other );
iterator find( const Key& key ); (1)
iterator lower_bound( const Key& key ); (1)
template< class T, class Container, class Alloc > struct us
iterator upper_bound( const Key& key ); (1)
std::pair<iterator,iterator> equal_range( const Key& key
void assign( size_type count, const T& value );
void pop_front();
Page 43 of 44