local_iterator begin( size_type n );
(1)
bool empty() const;
allocator_type get_allocator() const;
iterator begin();
template< class... Args > iterator emplace( Args&&.
void swap( map& other );
local_iterator end( size_type n );
Page 16 of 44