Observers#
get_allocator#
allocator_type get_allocator() const;Returns: a copy of the allocator associated with
*this
.
hash_function#
hasher hash_function() const;Returns: a copy of the hash function associated with
*this
.
key_eq#
key_equal key_eq() const;Returns: a copy of the key equality predicate associated with
*this
.