std::unordered_multimap<Key,T,Hash,KeyEqual,Allocator>::get_allocator
Min standard notice:
Returns the allocator associated with the container.
# Declarations
allocator_type get_allocator() const noexcept;
(since C++11)
# Return value
The associated allocator.