local_iterator begin( size_type n );
allocator_type get_allocator() const;
template< class Key, class T, class Hash, class KeyEqual, class Allocator >
size_type count( const Key& key ) const; (1)
(1)
std::pair<iterator,iterator> equal_range( const Key& key );
template< class T, class Alloc > bool operator==( const forward_list<T
void resize( size_type count, T value = T() );
reference back();
Page 23 of 44