(1)
reverse_iterator rend();
void swap( array& other );
Defined in header
template< class... Args > std::pair<iterator,bool> emplace(
iterator erase( const_iterator pos ); (1)
void assign( size_type count, const T& value );
void rehash( size_type count );
template< class... Args > iterator emplace( const_iterator
Page 25 of 44