void sort(); (1)
bool empty() const;
void swap( queue& other );
T& operator[]( const Key& key ); (1)
size_type max_size() const;
void resize( size_type count, T value = T() );
iterator begin();
void pop_back();
Page 15 of 44