reverse_iterator rbegin();
iterator erase( const_iterator pos ); (1)
void swap( map& other );
key_equal key_eq() const;
The Containers library is a generic collection of class templates and algorithms that allow programmers to easily implement common data structures like queues, lists and stacks
Defined in header
iterator insert( const value_type& value ); (1)
T& operator[]( const Key& key ); (1)
iterator begin();
Page 10 of 44