void clear();
allocator_type get_allocator() const;
void pop();
size_type bucket_count() const;
void push_front( const T& value );
bool empty() const;
reference back();
iterator end();
template< class... Args > void emplace_back( Args&&
Page 22 of 44