reference at( size_type pos );
template< class... Args > void emplace_front( Args&&
void swap( vector& other );
bool empty() const;
template< class... Args > iterator emplace( const_iterator
size_type count( const Key& key ) const; (1)
(1)
key_compare key_comp() const;
iterator end();
size_type bucket( const Key& key ) const;
Page 23 of 44