std::multiset get_allocator() method
- od C++11
- do C++11
// Const version only
allocator_type get_allocator() const noexcept;
// Const version only
allocator_type get_allocator() const;
Returns the allocator associated with the container.
Parameters
(none)
Return value
The associated allocator.