template< class Key, class Compare, class Alloc
size_type max_bucket_count() const;
constexpr size_type size();
iterator upper_bound( const Key& key ); (1)
(1)
reverse_iterator rbegin();
allocator_type get_allocator() const;
bool empty() const;
iterator end();
Page 13 of 44