iterator lower_bound( const Key& key ); (1)
iterator find( const Key& key ); (1)
(1)
bool empty() const;
key_equal key_eq() const;
reference back();
reference operator[]( size_type pos );
void clear();
template< class Key, class T, class Compare
Page 35 of 44