template< class T, class Alloc > bool operator==( const deque<T,Alloc>&
void push( const T& value );
(1)
iterator lower_bound( const Key& key ); (1)
size_type max_size() const;
template< class Key, class T, class Compare, class Alloc > bool operator==(
void pop_front();
void splice_after( const_iterator pos, forward_list& other );
float max_load_factor() const; (1)
Page 7 of 44