template< class T, class Container > void
iterator upper_bound( const Key& key ); (1)
reference at( size_type pos );
void swap( array& other );
void swap( multiset& other );
Defined in header
reference operator[]( size_type pos );
void rehash( size_type count );
T& at( const Key& key ); (1)
iterator erase( const_iterator pos ); (1)
Page 21 of 44