std::unordered_multiset::get_allocator
From Cppreference
< cpp | container | unordered multiset
allocator_type get_allocator() const;
|
(since C++11) | |
Returns the allocator associated with the container.
Contents |
[edit] Parameters
(none)
[edit] Return value
the associated allocator
[edit] Complexity
Constant
[edit] See also
This section is incomplete |