std::multiset<Key,Compare,Allocator>::get_allocator

Returns the allocator associated with the container.

# Declarations

allocator_type get_allocator() const;

(noexcept since C++11)

# Return value

The associated allocator.