void assign( size_type count, const T& value );
Defined in header
template< class T, class Alloc > bool operator==( const list<T,Alloc>&
void push_front( const T& value );
iterator erase( const_iterator pos ); (1)
reverse_iterator rbegin();
class reference;
hasher hash_function() const;
template< class... Args > void emplace_back( Args&&
Page 20 of 44